Here are my custom dotfiles with a new 'oh-my-zsh' flair. Complete overhaul of the theme and zsh backend. Code changed to be more readable and less confusing. Visually, it looks very similar to my old theme, however it is much easier to now modify and build upon.
Clone my dotfiles into a directory
$ git clone https://github.com/erosa/dotfiles.git ~/.dotfiles
Then run my simple install bash script
$ ./install.sh
Note:
- On OSX, this script assumes you have XCode command line tools installed, and then homebrew installed. It should take care of the rest.
- If on linux, it assumes you are either using apt-get or yum as your package manager.
If you are interested in using mutt, these dotfiles will lay down some initial work to get that going for you. If you say no, the installer will go on its way and ignore any mutt related things.
When you need to get the latest version of oh-my-zsh, just run the update script from the root directory of the project:
$ ./update-zsh.sh
WARNING: This will completely replace your oh-my-zsh folder with the latest version from Github.
I wrote my own theme, which you can find within the oh-my-zsh folder under themes. It's basically the Linut Mint shell with some git helper magic. Here's a preview:
Originally forked from Dejital, however the only thing left from that is the handy Rakefile to link rcs to your homedir. Very very useful! That repo is now moved to old_dotfiles
since it really isn't a fork anymore.
Dotfile installation automation tested on operating systems such as....
- apt-get/yum package managers (that have ruby installed)
- Mac OSX 10.X with Homebrew
- ASSUMPTIONS: You need XCode command line tools before installing