Skip to content

Commit

Permalink
welcome oh-my-zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
okertanov committed Jun 2, 2011
1 parent 3f24204 commit ed49b58
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh.git
1 change: 1 addition & 0 deletions .oh-my-zsh
Submodule .oh-my-zsh added at 141d35
1 change: 1 addition & 0 deletions .zprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.profile
28 changes: 28 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Path to your oh-my-zsh configuration.
export ZSH=$HOME/.oh-my-zsh

# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
export ZSH_THEME="theunraveler"

# Set to this to use case-sensitive completion
# export CASE_SENSITIVE="true"

# Comment this out to disable weekly auto-update checks
export DISABLE_AUTO_UPDATE="true"

# Uncomment following line if you want to disable colors in ls
# export DISABLE_LS_COLORS="true"

# Uncomment following line if you want to disable autosetting terminal title.
# export DISABLE_AUTO_TITLE="true"

# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git github osx svn)

source $ZSH/oh-my-zsh.sh

# Customize to your needs...

0 comments on commit ed49b58

Please sign in to comment.