Made install script check if the files exitst before installing them

This commit is contained in:
2014-08-28 23:20:56 +02:00
parent 51281ee3af
commit fdf77315d8
2 changed files with 18 additions and 10 deletions

4
zshrc
View File

@@ -1,11 +1,11 @@
# Path to your oh-my-zsh configuration.
ZSH=/home/tim/.oh-my-zsh
ZSH=~/.dotfiles/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.
ZSH_THEME="dx"
ZSH_THEME="example"
# Example aliases
# alias zshconfig="mate ~/.zshrc"