Configuration files for Linux home directories.

Tomi Cvetic 2bf44d052d Merge branch 'master' of https://git.slurm.ch/tomi/homedir пре 7 година
.config 81cc9efcb4 Merge branch 'master' of gitlab.com:bebeco/home-folder пре 7 година
.vim 7e0b89466e added two new vim plugins: gitgutter and vim-multiple-cursors пре 8 година
.bash_aliases 3f778f8535 Changed .bashrc, improved prompt, moved aliases into separate file. пре 8 година
.bash_colors 3f778f8535 Changed .bashrc, improved prompt, moved aliases into separate file. пре 8 година
.bashrc 3f778f8535 Changed .bashrc, improved prompt, moved aliases into separate file. пре 8 година
.gitconfig 6f24b60f67 corrected wrong alias: ci is commit not checkin. пре 8 година
.npmrc 12aa2f2bd5 Added init information and defined save-exact. пре 8 година
.vimrc 4832ef60da merged bender and calculon .vomrc file. пре 8 година
README.md 1b2b3a434b Update README.md пре 8 година
setup.sh 83515e43df added setup file пре 7 година

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