fix typo in install script
This commit is contained in:
parent
0005c6057b
commit
ca2f21b043
1 changed files with 4 additions and 4 deletions
|
|
@ -10,10 +10,10 @@ sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/to
|
||||||
|
|
||||||
# Setup config files
|
# Setup config files
|
||||||
git clone https://github.com/ViktorBarzin/dot_files.git && \
|
git clone https://github.com/ViktorBarzin/dot_files.git && \
|
||||||
cp g.zshrc ~/.zshrc && \
|
cp .zshrc ~/.zshrc && \
|
||||||
cp g.bash_aliases ~/.bash_aliases && \
|
cp .bash_aliases ~/.bash_aliases && \
|
||||||
sudo cp gvirtualenvwrapper.sh /usr/local/bin/virtualenvwrapper.sh && \
|
sudo cp virtualenvwrapper.sh /usr/local/bin/virtualenvwrapper.sh && \
|
||||||
cp g.zshenv ~/.zshenv && \
|
cp .zshenv ~/.zshenv && \
|
||||||
|
|
||||||
# Configure j (jump)
|
# Configure j (jump)
|
||||||
# Debian like
|
# Debian like
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue