minor tweaks

This commit is contained in:
2014-07-18 11:51:41 +02:00
parent 9d80c78026
commit 9c4d6ca17c

View File

@@ -3,6 +3,7 @@
# some variables
_zsh_file="/usr/local/bin/zsh"
_homebrew=`which brew`
_to_install="erlang imagemagick mongodb postgresql rbenv redis ruby-build tmux unrar yasm youtube-dl zsh"
# Generate symlinks for files
for i in gemrc gvimrc irbrc jumprc NERDTreeBookmarks screenrc vimrc zshrc tmux.conf
@@ -40,9 +41,10 @@ else
echo "Homebrew already installed"
fi
# install some stuff
if [ -f $_homebrew ]
then
$_homebrew install erlang imagemagick mongodb postgresql rbenv redis ruby-build tmux unrar yasm youtube-dl zsh
$_homebrew install $_to_install
else
echo "Homebrew not installed"
fi