Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banyan/config
config file
https://github.com/banyan/config
Last synced: 19 days ago
JSON representation
config file
- Host: GitHub
- URL: https://github.com/banyan/config
- Owner: banyan
- Created: 2008-08-05T11:31:36.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T15:46:28.000Z (over 2 years ago)
- Last Synced: 2024-12-21T00:23:15.837Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 1.91 MB
- Stars: 41
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# banyan's dotfiles
## Installation
```zsh
$ mkdir ~/git
$ git clone --recursive git://github.com/banyan/config ~/git/config
$ cd ~/git/config
$ rake dotfiles:setup -v noop=true # run as dry-run
$ rake dotfiles:setup -v force=true
```