https://github.com/substancelab/dotfiles
A set of configuration files, inspired by Thoughtbot, customized for our use.
https://github.com/substancelab/dotfiles
dotfiles shell
Last synced: about 1 month ago
JSON representation
A set of configuration files, inspired by Thoughtbot, customized for our use.
- Host: GitHub
- URL: https://github.com/substancelab/dotfiles
- Owner: substancelab
- License: mit
- Created: 2014-04-08T09:11:12.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T13:31:15.000Z (over 1 year ago)
- Last Synced: 2025-01-23T00:44:59.982Z (over 1 year ago)
- Topics: dotfiles, shell
- Language: Shell
- Size: 69.3 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Substance Lab dotfiles
======================
A set of configuration files, inspired by Thoughtbot, customized for our use.
Dependencies
------------
[zsh](http://www.zsh.org/):
$ port install zsh
[Oh My Zsh](http://ohmyz.sh/)
$ curl -L http://install.ohmyz.sh | sh
### Recommended
[autojump](https://github.com/joelthelion/autojump)
$ port install autojump
git and friends
$ port install git-core git-extras
Also, [rcm](https://github.com/thoughtbot/rcm) is great for actually linking
these dotfiles to your home directory.