automatically "install" oh-my-zsh
This commit is contained in:
parent
cc75852687
commit
f6a67620a4
@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Install oh-my-zsh
|
||||||
|
if [ ! -d ~/.oh-my-zsh ]; then
|
||||||
|
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
|
||||||
|
fi
|
||||||
|
|
||||||
DOTFILES=`cd $(dirname $0); pwd`
|
DOTFILES=`cd $(dirname $0); pwd`
|
||||||
|
|
||||||
for FILE in $DOTFILES/*; do
|
for FILE in $DOTFILES/*; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user