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