mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
fix vim install
This commit is contained in:
parent
8fbeb9d9be
commit
a6f86bcb92
|
@ -31,9 +31,10 @@ function install_vimrc {
|
||||||
}
|
}
|
||||||
|
|
||||||
function setup_vim {
|
function setup_vim {
|
||||||
ln -s $DOTFILES/my_configs.vim $HOME/.vim_runtime/my_configs.vim
|
ln -s "$DOTFILES/my_configs.vim" "$HOME/.vim_runtime/my_configs.vim"
|
||||||
mkdir -p ~/.vim/colors
|
mkdir -p ~/.vim_runtime/my_plugins/twilight/colors
|
||||||
ln -s $DOTFILES/twilight256.vim ~/.vim/colors/
|
ln -s "$DOTFILES/twilight256.vim" ~/.vim_runtime/my_plugins/twilight/colors/
|
||||||
|
(cd ~/.vim_runtime/my_plugins && git add * && git commit -m "bretello dotfiles")
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add an ssh config file with:
|
# Add an ssh config file with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user