diff --git a/.oh-my-zsh b/.oh-my-zsh index f558a460..83cf8dc1 160000 --- a/.oh-my-zsh +++ b/.oh-my-zsh @@ -1 +1 @@ -Subproject commit f558a460c289a41811e0c4b89f04d539c66224a1 +Subproject commit 83cf8dc16f51babbb0193c5b97e568739c1f40de diff --git a/.vim/bundle/YouCompleteMe b/.vim/bundle/YouCompleteMe index e5e5a6aa..94ec3ed9 160000 --- a/.vim/bundle/YouCompleteMe +++ b/.vim/bundle/YouCompleteMe @@ -1 +1 @@ -Subproject commit e5e5a6aa7ae70205cee3b4443f9274d3c8468c22 +Subproject commit 94ec3ed902e4e55b1766232d3b0e7d602bc2c472 diff --git a/common/configure_fresh_system b/common/configure_fresh_system index 50178872..26eaef06 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -68,15 +68,13 @@ set -e #rust echo "installing rust" BLASTOFF_TEMP="/tmp/blastoff.sh" -curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh > "$BLASTOFF_TEMP" +curl -sf https://raw.githubusercontent.com/brson/multirust/master/quick-install.sh > "$BLASTOFF_TEMP" chmod a+x "$BLASTOFF_TEMP" "$BLASTOFF_TEMP" --yes rm -f "$BLASTOFF_TEMP" multirust update multirust default stable export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib -cd "$DIR/.vim/bundle/racer/" -cargo build cd "$DIR/../" echo "getting rust sources..." if [[ ! -d rust ]]; then @@ -94,7 +92,8 @@ source $HOME/.rvm/scripts/rvm rvm install ruby # talks: reveal-md -sudo npm install -g reveal-md diff-so-fancy +sudo npm install -g reveal-md +sudo npm install -g diff-so-fancy # vdir syncer echo "installing vdirsyncer"