Configuration files for Linux home directories.

Tomi Cvetic 1b2b3a434b Update README.md 8 anni fa
.vim a3819f4a87 Added vim plugins. 8 anni fa
.bash_aliases 3f778f8535 Changed .bashrc, improved prompt, moved aliases into separate file. 8 anni fa
.bash_colors 3f778f8535 Changed .bashrc, improved prompt, moved aliases into separate file. 8 anni fa
.bashrc 3f778f8535 Changed .bashrc, improved prompt, moved aliases into separate file. 8 anni fa
.npmrc 12aa2f2bd5 Added init information and defined save-exact. 8 anni fa
.vimrc 4832ef60da merged bender and calculon .vomrc file. 8 anni fa
README.md 1b2b3a434b Update README.md 8 anni fa

README.md

Tomi's Home Directory

This is a collection of dot files in a linux home directory.

Here are some highlights of the different files.

.bashrc

  • Move aliases to .bash_aliases file
  • Changing the default command prompt

.vimrc / .vim

  • Using pathogen for plugin management
  • Using vim-sensible for default settings
  • Changed some settings
  • Added few plugins

.npmrc

  • Setting npm-init defaults
  • saving exact versions of packages in package.json after npm install