diff --git a/NERDTreeBookmarks b/NERDTreeBookmarks index 33286c0..abbbc68 100644 --- a/NERDTreeBookmarks +++ b/NERDTreeBookmarks @@ -1,7 +1,7 @@ dl ~/Downloads dotfiles ~/dotfiles Downloads ~/Downloads -root ~/ +root ~ tm ~/Documents/workspace_tm obc ~/Documents/workspace_tm/obc tix ~/Documents/workspace_tm/amadeus_api diff --git a/config/configstore/update-notifier-npm.json b/config/configstore/update-notifier-npm.json index 3c7587d..300756d 100644 --- a/config/configstore/update-notifier-npm.json +++ b/config/configstore/update-notifier-npm.json @@ -1,4 +1,4 @@ { "optOut": false, - "lastUpdateCheck": 1598354868785 + "lastUpdateCheck": 1601886383398 } \ No newline at end of file diff --git a/make_my_dotfiles.sh b/make_my_dotfiles.sh index b6df0fd..981386f 100755 --- a/make_my_dotfiles.sh +++ b/make_my_dotfiles.sh @@ -5,7 +5,7 @@ _fish_shell="/usr/local/bin/fish" _homebrew=`which brew` _to_install="the_silver_searcher imagemagick postgresql@9.5 pgcli rbenv redis ruby-build \ tmux unrar yasm youtube-dl elixir git git-flow vim fish emacs node yarn \ - azure-cli octant openssl fzf go" + azure-cli octant openssl fzf kubectl" # Generate symlinks for files for i in gemrc gitconfig gitmessage gitignore gvimrc irbrc mongorc.js NERDTreeBookmarks rspec screenrc tmux.conf vimrc rubocop.yml spacemacs @@ -32,7 +32,7 @@ else echo "tmp folder $HOME/.vim/tmp already exists" fi -if [ ! -d $HOME/.config] +if [ ! -d $HOME/.config ] then mkdir -p $HOME/.config else diff --git a/settings.json b/settings.json index 3dfff24..ffce6fe 100644 --- a/settings.json +++ b/settings.json @@ -21,5 +21,6 @@ "editor.minimap.enabled": false, "explorer.confirmDragAndDrop": false, "editor.tabSize": 2, - "javascript.updateImportsOnFileMove.enabled": "always" + "javascript.updateImportsOnFileMove.enabled": "always", + "scm.defaultViewMode": "tree" } \ No newline at end of file diff --git a/vimrc b/vimrc index 0967dfc..81b9199 100644 --- a/vimrc +++ b/vimrc @@ -55,8 +55,6 @@ Plug 'vim-airline/vim-airline-themes' " Plug 'w0rp/ale' " Solalized Theme Plug 'altercation/vim-colors-solarized' -" Go language -Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } " Initialize plugin system call plug#end()