Taken from https://github.com/sontek/dotfiles.git
sudo apt-get install openssh-server git software-properties-common python-software-properties
cd ~/ && git clone https://github.com/timconradinc/dotfiles.git
cd dotfiles && ./package-setup.sh
This is mostly being set up around using rvm/virtualenv for development work and not relying very much on system packages.
So tools like ipython aren't installed, since I put them in my virtualenv when I work on stuff.
./install.sh
.vim directory of file type configurations and plugins .vimrc my vim configuration .screenrc my screen configuration .weechat my configuration for weechat, a great irc client .gimp my tweaks/additions to gimp (fonts, brushes, etc)
Any file which matches the shell glob _* will be linked into $HOME as a symlink with the first _ replaced with a .
For example:
_bashrc
becomes
${HOME}/.bashrc