small fixes in install script

This commit is contained in:
Bartek Stalewski 2016-06-14 13:40:41 +02:00
parent 6123a0740a
commit 145965450e

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# cleaning # cleaning
rm -rf ~/.dotfiles ~/.oh-my-zsh ~/.zshrc ~/.vim ~/.vimrc ~/.config/nvim ~/.gitignore ~/.tmux.conf rm -rf ~/.dotfiles ~/.zsh ~/.oh-my-zsh ~/.zshrc ~/.vim ~/.vimrc ~/.config/nvim ~/.gitignore ~/.tmux.conf
# repos # repos
if [ `whoami` = "f" ]; then if [ `whoami` = "f" ]; then