From 9a323501d69529d6ea2fec8c8285c84ad8147ff8 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 7 Dec 2017 23:09:38 +0100 Subject: [PATCH] add vimrc --- bin/install.sh | 2 +- bin/update-dotfiles.sh | 2 +- vimrc | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 vimrc diff --git a/bin/install.sh b/bin/install.sh index c46e886..988842e 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -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 diff --git a/bin/update-dotfiles.sh b/bin/update-dotfiles.sh index d7a8e9b..4c29e65 100755 --- a/bin/update-dotfiles.sh +++ b/bin/update-dotfiles.sh @@ -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 diff --git a/vimrc b/vimrc new file mode 100644 index 0000000..156f927 --- /dev/null +++ b/vimrc @@ -0,0 +1,2 @@ +colo pablo +syntax on \ No newline at end of file