Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briancain/dotfiles
My ~/.dotfiles
https://github.com/briancain/dotfiles
dotfiles tmux vim zsh zsh-theme
Last synced: 2 months ago
JSON representation
My ~/.dotfiles
- Host: GitHub
- URL: https://github.com/briancain/dotfiles
- Owner: briancain
- License: apache-2.0
- Created: 2013-10-01T18:14:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T14:57:28.000Z (8 months ago)
- Last Synced: 2024-10-25T13:48:05.424Z (2 months ago)
- Topics: dotfiles, tmux, vim, zsh, zsh-theme
- Language: Shell
- Homepage:
- Size: 3.22 MB
- Stars: 10
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
Here are my custom dotfiles with a new '[oh-my-zsh](https://github.com/robbyrussell/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.
## Setup
Clone my dotfiles into a directory
$ git clone [email protected]:briancain/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.## Updating oh-my-zsh
When you need to get the latest version of oh-my-zsh, just run the update script from the root directory of the project:
$ ./get-omzsh.sh
## Oh-My-Zsh Custom Theme
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:
![zsh-theme](http://i.imgur.com/WdGWogr.png)
### Works great on....
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