https://github.com/calvn/dotfiles-legacy
dofiles for the Soul
https://github.com/calvn/dotfiles-legacy
dotfiles macos zsh
Last synced: 3 months ago
JSON representation
dofiles for the Soul
- Host: GitHub
- URL: https://github.com/calvn/dotfiles-legacy
- Owner: calvn
- License: other
- Created: 2015-12-04T20:32:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T04:09:05.000Z (about 9 years ago)
- Last Synced: 2025-04-03T06:48:16.501Z (over 1 year ago)
- Topics: dotfiles, macos, zsh
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Calvin's dotfiles
dotfiles for the Soul
## Note
These dotfiles is based off [Zach Holman's dotfiles](https://github.com/holman/dotfiles), more specifically from [1b430b7](https://github.com/holman/dotfiles/tree/1b430b72e4e098a9902ff8435c08655c28db1edd).
The instructions found in his [readme](https://github.com/holman/dotfiles/blob/1b430b72e4e098a9902ff8435c08655c28db1edd/README.md) should also apply here as well.
## Differences from Holman's dotfiles
- Similar, but not quite the same, Brewfile
- Some dotfiles and functions (e.g. cloudapp) have been removed
- rvm is used instead of rbenv as the ruby version manager
- nvm is used as the node version manager
- Different prompt
## Installation
```
# To install:
$ git clone
$ cd ~/.dotfiles
$ script/bootstrap
# To update:
$ dot
```