fixed not working auto submodule update
This commit is contained in:
parent
6c1ef19361
commit
1fa39a76ae
1 changed files with 3 additions and 3 deletions
|
@ -4,16 +4,16 @@
|
||||||
sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors
|
sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors
|
||||||
sudo chsh -s `which zsh` $USER
|
sudo chsh -s `which zsh` $USER
|
||||||
#fetch dependencies
|
#fetch dependencies
|
||||||
|
|
||||||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
cd $DIR
|
cd $DIR
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
#rvm
|
|
||||||
|
|
||||||
|
#rvm
|
||||||
curl -sSL https://get.rvm.io | bash -s stable
|
curl -sSL https://get.rvm.io | bash -s stable
|
||||||
rvm install ruby
|
rvm install ruby
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
||||||
|
|
||||||
#symbolic links
|
#symbolic links
|
||||||
ln -s "$DIR/.vim" ~/.
|
ln -s "$DIR/.vim" ~/.
|
||||||
ln -s "$DIR/.vimrc" ~/.
|
ln -s "$DIR/.vimrc" ~/.
|
||||||
|
|
Loading…
Reference in a new issue