mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 09:17:12 +01:00
add vimrc
This commit is contained in:
parent
35e6bfe45e
commit
9a323501d6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user