main
Matthias Kretschmann 5 years ago
parent 35e6bfe45e
commit 9a323501d6
Signed by: m
GPG Key ID: 606EEEF3C479A91F

@ -10,7 +10,7 @@
set e
# 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

@ -8,7 +8,7 @@
########################################################################
# 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

@ -0,0 +1,2 @@
colo pablo
syntax on
Loading…
Cancel
Save