diogocampos / dotfiles

There are many like them, but these ones are mine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diogo's dotfiles

Installation

Quick start

$ git clone git://github.com/diogocampos/dotfiles.git
$ dotfiles/scripts/setup

Details

The install-symlinks.py script asks for confirmation before creating symlinks in a directory of your choice, defaulting to $HOME. Conflicting symlinks will be overwritten, but existing files and directories are not affected.

You can preview all the changes without applying them by using the -d/--dry-run flag:

$ scripts/install-symlinks [target_dir] --dry-run

To see all the options supported by the script, run:

$ scripts/install-symlinks --help

Thanks

About

There are many like them, but these ones are mine.


Languages

Language:Shell 51.0%Language:Python 24.7%Language:Vim Script 24.3%