Vim script Shell
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
templates
.bash_aliases
.bashrc
.vimrc
README.md
install.sh

README.md

Configuration Files

Configuration files, like bashrc, vimrc, and fish functions, although currently no fish functions.

Just copy these files into the appropriate places:

  • ~/.bashrc
  • ~/.bash_aliases
  • ~/.vimrc
  • ~/.vim/templates/

Also create a backup directory if one does not exist already for vim:

mkdir ~/.vim-tmp/

Note that the templates directory should be located in ~/.vim/ for the existing autocommands and loading of new file templates to work correctly. Also, the autocommands assume that the $USERNAME environment variable is set to the author of the new file.