lafrech / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository stores configuration files (dotfiles) for a few applications.

First, install common applications:

aptitude install git
aptitude install vim
aptitude install virtualenvwrapper

Installation / update

# Clone repo + submodules
git clone --recursive https://github.com/lafrech/dotfiles .dotfiles

# Clone submodules on already cloned repo
git submodule update --init --recursive

(Source: http://stackoverflow.com/a/4438292/4653485)

# Pull and update submodules
git pullall

Run setup script (creates symlinks in home dir, backuping existing files):

./setup.py

About


Languages

Language:Vim Script 50.2%Language:Python 32.7%Language:Shell 17.1%