mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
fix vim install
This commit is contained in:
parent
e0be82139d
commit
bff140bfae
|
@ -34,12 +34,9 @@ function setup_vim {
|
|||
ln -s "$DOTFILES/my_configs.vim" "$HOME/.vim_runtime/my_configs.vim"
|
||||
mkdir -p ~/.vim_runtime/my_plugins/twilight/colors
|
||||
ln -s "$DOTFILES/twilight256.vim" ~/.vim_runtime/my_plugins/twilight/colors/
|
||||
(cd ~/.vim_runtime/my_plugins && git add * && git commit -m "bretello dotfiles")
|
||||
(cd ~/.vim_runtime/my_plugins && git add -f * && git commit -m "bretello dotfiles")
|
||||
}
|
||||
|
||||
function setup_pdbprc {
|
||||
ln -s $DOTFILES/pdbrc.py $HOME/.pdbrc.py
|
||||
}
|
||||
|
||||
# Add an ssh config file with:
|
||||
# - Connection multiplexer for faster multiple connections
|
||||
|
|
Loading…
Reference in New Issue
Block a user