gabrielpaivadev / dotfiles

.files, including ~/.osx — sensible hacker defaults for OS X

Home Page:http://mths.be/dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Germano's dotfiles

This is a fork of Mathias’s dotfiles customised for my use im Ubuntu.

Installation

Using Git and the bootstrap script

You can clone the repository wherever you want. (I like to keep it in ~/Projects/dotfiles, with ~/dotfiles as a symlink.) The bootstrapper script will pull in the latest version and copy the files to your home folder.

git clone git://github.com/egermano/dotfiles.git && cd dotfiles && ./bootstrap.sh

To update, cd into your local dotfiles repository and then:

./bootstrap.sh

Alternatively, to update while avoiding the confirmation prompt:

./bootstrap.sh -f

Ubuntu apt installation

sudo ./apt.sh

About

.files, including ~/.osx — sensible hacker defaults for OS X

http://mths.be/dotfiles


Languages

Language:Shell 50.3%Language:Vim Script 49.7%