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 dl ~/Downloads
dotfiles ~/dotfiles dotfiles ~/dotfiles
Downloads ~/Downloads Downloads ~/Downloads
root ~/ root ~
tm ~/Documents/workspace_tm tm ~/Documents/workspace_tm
obc ~/Documents/workspace_tm/obc obc ~/Documents/workspace_tm/obc
tix ~/Documents/workspace_tm/amadeus_api tix ~/Documents/workspace_tm/amadeus_api

View File

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

View File

@@ -5,7 +5,7 @@ _fish_shell="/usr/local/bin/fish"
_homebrew=`which brew` _homebrew=`which brew`
_to_install="the_silver_searcher imagemagick postgresql@9.5 pgcli rbenv redis ruby-build \ _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 \ 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 # Generate symlinks for files
for i in gemrc gitconfig gitmessage gitignore gvimrc irbrc mongorc.js NERDTreeBookmarks rspec screenrc tmux.conf vimrc rubocop.yml spacemacs 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" echo "tmp folder $HOME/.vim/tmp already exists"
fi fi
if [ ! -d $HOME/.config] if [ ! -d $HOME/.config ]
then then
mkdir -p $HOME/.config mkdir -p $HOME/.config
else else

View File

@@ -21,5 +21,6 @@
"editor.minimap.enabled": false, "editor.minimap.enabled": false,
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
"editor.tabSize": 2, "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' " Plug 'w0rp/ale'
" Solalized Theme " Solalized Theme
Plug 'altercation/vim-colors-solarized' Plug 'altercation/vim-colors-solarized'
" Go language
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
" Initialize plugin system " Initialize plugin system
call plug#end() call plug#end()