https://github.com/martinklepsch/configure
Install your dotfiles on any unix system with ease
https://github.com/martinklepsch/configure
Last synced: 3 months ago
JSON representation
Install your dotfiles on any unix system with ease
- Host: GitHub
- URL: https://github.com/martinklepsch/configure
- Owner: martinklepsch
- Created: 2012-08-24T08:16:59.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-24T12:41:35.000Z (almost 13 years ago)
- Last Synced: 2025-01-29T13:46:44.914Z (5 months ago)
- Language: Ruby
- Homepage: http://configure.martinklepsch.org
- Size: 203 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
README
# Configure
`configure` lets you setup your dotfiles on any unix system with ease.
## Running it locally
* clone the repository
* run `bundle install`
* start the server with `thin -R config.ru start`## Attribution
Some of the code in `views/pinit.erb` comes from [Bartman's dotfiles
script](http://github.com/bartman/dot-files)