added gEdit temp files to .gitignore

This commit is contained in:
Darin Cassler 2012-03-15 11:00:07 -04:00
commit 3f40931c91
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ custom/*
!custom/example.zsh
cache
*.swp
*~

View file

@ -12,18 +12,18 @@ You can install this via the command line with either `curl` or `wget`.
h4. via `curl`
@curl -L https://github.com/bobbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh@
@curl -L https://github.com/zyce/oh-my-zsh/raw/master/tools/install.sh | sh@
h4. via `wget`
@wget --no-check-certificate https://github.com/bobbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
@wget --no-check-certificate https://github.com/zyce/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
h3. The manual way
1. Clone the repository
@git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh@
@git clone git://github.com/zyce/oh-my-zsh.git ~/.oh-my-zsh@
2. Create a new zsh config by copying the zsh template we've provided.