dotfiles updated
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"optOut": false,
|
"optOut": false,
|
||||||
"lastUpdateCheck": 1598354868785
|
"lastUpdateCheck": 1601886383398
|
||||||
}
|
}
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
2
vimrc
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user