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

https://github.com/simbo/dotfiles

My dotfiles, managed via homesick.
https://github.com/simbo/dotfiles

Last synced: 2 months ago
JSON representation

My dotfiles, managed via homesick.

Awesome Lists containing this project

README

          

dotfiles
========

> My dotfiles, managed via [homesick](https://github.com/technicalpickles/homesick).

### Installation

``` sh
# setup homesick
sudo gem install homesick

# install castle, symlink files
homesick clone simbo/dotfiles
homesick link dotfiles
```

### Management

``` sh
# add a file to castle (moves file and creates symlink)
homesick track dotfiles

# open shell in castle directory
homesick cd dotfiles
```