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.
- Host: GitHub
- URL: https://github.com/simbo/dotfiles
- Owner: simbo
- Created: 2015-04-12T10:45:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-12T13:20:58.000Z (about 11 years ago)
- Last Synced: 2026-01-01T20:19:42.601Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```