old-dotfiles
old-dotfiles copied to clipboard
My OS X dotfiles.
Zeno's dotfiles
If you're setting up a new Mac, take a look at this Gist — there you can find many instructions and also the whole list of apps I'm using.
How to install?
$ curl -L https://raw.github.com/zenorocha/dotfiles/master/bootstrap.sh | sh
This will clone this repository and symlink the appropriate files in ~/.dotfiles
to your home directory.
What's included?
All my command-line tools and its configurations. Have fun :)
Shell
Theme
- Dracula for better syntax highlight
General
- Homebrew for MacOS X package management
- Git for code versioning
- NodeJS for JavaScript programming
- Z for quick navigation through folders
NodeJS
- N for Node version management
- Bower for front-end package management
- DocPad for static generated website development
- Grunt for task automation
- JSHint for JavaScript code quality
Ruby
- Rbenv for Ruby version management
- Ruby Build for installing different Ruby versions
- Compass for Sass programming
- Jekyll for static generated website development
How to update?
Just go to ~/.dotfiles
and pull.
$ git pull
Credits
- Iterative installation based on @holman's dotfiles
- ZSH plugins based on @eduardolundgren's dotfiles
- Colorful logs based on @davidsonfellipe's dotfiles
Contributing
If you want to help, please read the Contributing guide first.
History
For detailed changelog, see Releases.
License
MIT License © Zeno Rocha