All Projects → iamvery → dotfiles

iamvery / dotfiles

Licence: other
~/

Programming Languages

Vim Script
2826 projects
shell
77523 projects
emacs lisp
2029 projects
ruby
36898 projects - #4 most used programming language
Less
1899 projects
coffeescript
4710 projects
elixir
2628 projects

~/

My home directory is a git repository. You're looking at it. This complicates installation just a bit because you can't simply clone the repository as your home directly likely already exists. For that reason, you must init an empty repo, add the remote, and pull down all the goodness. Enjoy!

Installation

$ git init
$ git remote add origin [email protected]:iamvery/dotfiles.git
$ git pull origin master
$ git submodule init
$ git submodule update
$ bin/bootstrap

Updating

$ git pull
$ git submodule foreach git pull origin master
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].