16 lines
310 B
Markdown
16 lines
310 B
Markdown
# dotfiles
|
|
|
|
My config files and things. May contain cruft.
|
|
|
|
## Installation
|
|
|
|
Using [homesick](https://rubygems.org/gems/homesick):
|
|
|
|
gem install homesick
|
|
homesick clone git@github.com:walkah/dotfiles.git
|
|
homesick symlink dotfiles
|
|
|
|
## Updates
|
|
|
|
homesick pull dotfiles && homesick symlink dotfiles
|