mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
install: move install_vimrc() to setup_vim()
This commit is contained in:
parent
d80fccb24f
commit
cb9488ed5d
|
@ -34,6 +34,8 @@ function setup_ackrc {
|
|||
}
|
||||
|
||||
function setup_vim {
|
||||
# Install vim awesomerc (git amix/vimrc)
|
||||
install_vimrc && echo "Installed vim awesome rc" || echo "Failed to install vim awesome rc"
|
||||
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/
|
||||
|
@ -166,8 +168,6 @@ function brethil_dotfiles_setup {
|
|||
antibody update
|
||||
|
||||
fix_annoyances
|
||||
# Install vim awesomerc (git amix/vimrc)
|
||||
install_vimrc && echo "Installed vim awesome rc" || echo "Failed to install vim awesome rc"
|
||||
setup_vim
|
||||
# Create ssh config
|
||||
create_ssh_config
|
||||
|
|
Loading…
Reference in New Issue
Block a user