add vimrc

This commit is contained in:
Matthias Kretschmann 2017-12-07 23:09:38 +01:00
parent 35e6bfe45e
commit 9a323501d6
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,7 @@
set e set e
# list of files/folders to symlink in homedir # list of files/folders to symlink in homedir
FILES="bash_aliases bashrc bash_profile bash_paths bash_prompt bash_exports gemrc gitconfig gitignore hushlogin inputrc private npmrc bin tmux.conf" FILES="bash_aliases bashrc bash_profile bash_paths bash_prompt bash_exports gemrc gitconfig gitignore hushlogin inputrc private npmrc bin tmux.conf vimrc"
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# create the private file first, will be symlinked but ignored by git # create the private file first, will be symlinked but ignored by git

View File

@ -8,7 +8,7 @@
######################################################################## ########################################################################
# list of files/folders to symlink in homedir # list of files/folders to symlink in homedir
FILES="bash_aliases bashrc bash_profile bash_paths bash_prompt bash_exports editorconfig gemrc gitconfig gitignore hushlogin inputrc private npmrc bin tmux.conf" FILES="bash_aliases bashrc bash_profile bash_paths bash_prompt bash_exports editorconfig gemrc gitconfig gitignore hushlogin inputrc private npmrc bin tmux.conf vimrc"
for FILE in $FILES; do for FILE in $FILES; do

2
vimrc Normal file
View File

@ -0,0 +1,2 @@
colo pablo
syntax on