KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
old-dotfiles
★ 16
Open GitHub ↗
My OS X dotfiles.
Download README (.md)
Explore Similar Repositories
xunlei
:
迅雷離線 in go
DotSpatial.Plugins
:
Set of plugins/application-extensions for DotSpatial
bogeyman
:
Pivoting framework
Treasure-Hunt
:
A fully functional online treasure hunt built in CodeIgniter, for Clueless 2013, conducted as a part of Tathva, at NIT Calicut, India.
HtmlOptimizerMvc4
:
Minifying your Razor views in ASP.NET MVC4 projects at compile time
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
old-dotfiles
?
Download (.md)
# Zeno's dotfiles  > If you're setting up a new Mac, take a look at [this Gist](https://gist.github.com/zenorocha/7159780) — there you can find many instructions and also the whole list of apps I'm using. ## How to install? ```sh $ 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 * [ZSH](http://www.zsh.org/) for shell * [Oh my ZSH](https://github.com/robbyrussell/oh-my-zsh) for ZSH tweaking ###### Theme * [Dracula](https://github.com/zenorocha/dracula-theme) for better syntax highlight ###### General * [Homebrew](http://mxcl.github.com/homebrew/) for MacOS X package management * [Git](http://git-scm.com) for code versioning * [NodeJS](http://nodejs.org/) for JavaScript programming * [Z](https://github.com/rupa/z/) for quick navigation through folders ###### NodeJS * [N](https://github.com/visionmedia/n) for Node version management * [Bower](http://bower.io/) for front-end package management * [DocPad](http://docpad.org/) for static generated website development * [Grunt](http://gruntjs.com/) for task automation * [JSHint](http://www.jshint.com/) for JavaScript code quality ###### Ruby * [Rbenv](https://github.com/sstephenson/rbenv) for Ruby version management * [Ruby Build](https://github.com/sstephenson/ruby-build) for installing different Ruby versions * [Compass](http://compass-style.org/) for Sass programming * [Jekyll](http://jekyllrb.com/) for static generated website development ## How to update? Just go to `~/.dotfiles` and pull. ```sh $ git pull ``` ## Credits * Iterative installation based on [@holman's dotfiles](https://github.com/holman/dotfiles) * ZSH plugins based on [@eduardolundgren's dotfiles](https://github.com/eduardolundgren/dotfiles) * Colorful logs based on [@davidsonfellipe's dotfiles](https://github.com/davidsonfellipe/dotfiles) ## Contributing If you want to help, please read the [Contributing](https://github.com/zenorocha/dotfiles/blob/master/CONTRIBUTING.md) guide first. ## History For detailed changelog, see [Releases](https://github.com/zenorocha/dotfiles/releases). ## License [MIT License](http://zenorocha.mit-license.org/) © Zeno Rocha