dotfiles updated

This commit is contained in:
2020-10-06 16:32:42 +02:00
parent 53c35903e8
commit ada737f69b
5 changed files with 6 additions and 7 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
{
"optOut": false,
"lastUpdateCheck": 1598354868785
"lastUpdateCheck": 1601886383398
}

View File

@@ -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

View File

@@ -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"
}

2
vimrc
View File

@@ -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()