fix typo in install script

This commit is contained in:
ViktorBarzin 2018-01-13 21:48:03 +00:00
parent 0005c6057b
commit ca2f21b043

View file

@ -10,10 +10,10 @@ sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/to
# Setup config files
git clone https://github.com/ViktorBarzin/dot_files.git && \
cp g.zshrc ~/.zshrc && \
cp g.bash_aliases ~/.bash_aliases && \
sudo cp gvirtualenvwrapper.sh /usr/local/bin/virtualenvwrapper.sh && \
cp g.zshenv ~/.zshenv && \
cp .zshrc ~/.zshrc && \
cp .bash_aliases ~/.bash_aliases && \
sudo cp virtualenvwrapper.sh /usr/local/bin/virtualenvwrapper.sh && \
cp .zshenv ~/.zshenv && \
# Configure j (jump)
# Debian like