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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue