Added vimrc/gvimrc from kanaya

This commit is contained in:
Lexi / Zoe 2018-11-01 01:14:42 +01:00
parent ed68edf732
commit 132ec13712
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
3 changed files with 159 additions and 1 deletions

View file

@ -41,9 +41,13 @@ makelink_simple() {
# ~/bin
makelink "$dotfiles/bin/" bin
# dotfiles
# bash, profile, etc.
makelink_simple .profile
makelink_simple .bashrc
makelink_simple .bash_profile
makelink_simple .bash_logout
# vim
makelink_simple .vimrc
makelink_simple .gvimrc