Skip to content

Commit

Permalink
More fixes to dev_machine_setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Jan 17, 2012
1 parent fdf77af commit bc317f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
6 changes: 3 additions & 3 deletions dev_machine_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ sudo true
# '--all' flag installs everything
if [ "$1" = "--all" ]; then
echo "== Setting up default environment..."
scripts="packages dropbox skype keepass2 netrc rc git_config
gimp gedit vim gnome conky startup tomate apt-install rvm "
scripts="packages dropbox skype keepass2 bashrc git_config
vim gnome conky startup apt-install rvm "
prompt_for_git
prompt_for_netrc

# '--update' flag updates everything that doesn't require user input
elif [ "$1" = "--update" ]; then
echo "== Running default update..."
scripts="packages rc ruby_dotfiles gedit vim gnome conky startup tomate apt-install "
scripts="packages bashrc vim gnome conky startup apt-install "

# If no flag given, ask user which scripts they would like to run.
else
Expand Down
9 changes: 0 additions & 9 deletions setup/gimp.sh

This file was deleted.

4 changes: 2 additions & 2 deletions setup/rvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ fi
# ---------------------------------------------------------------------
mkdir -p ~/.rvm/hooks
chown $USER:$USER ~/.rvm/hooks
src_dir=`echo ~/src`
echo "ln -nfs \$rvm_ruby_gem_home/gems $src_dir/current_gemset" > ~/.rvm/hooks/after_use
src_dir=`echo ~/code`
echo "ln -nfs \$rvm_ruby_gem_home/gems $src_dir/current_gemset" > ~/.rvm/hooks/after_use_symlink_gemset

0 comments on commit bc317f2

Please sign in to comment.