An open API service indexing awesome lists of open source software.

https://github.com/lafrech/dotfiles


https://github.com/lafrech/dotfiles

dotfiles git vim

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

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