Skip to content

Commit

Permalink
:bowtie:
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnette committed Aug 24, 2015
1 parent 8a7b23b commit 604e034
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
6 changes: 2 additions & 4 deletions Brewfile
Expand Up @@ -8,13 +8,11 @@ cask "heroku-toolbelt"
cask "rdio"
cask "vagrant"
cask "virtualbox"
cask "yubiswitch"

brew "chruby"
brew "go"
brew "hub"
brew "jq"
brew "mercurial"
brew "node"
brew "rbenv"
brew "ruby-build"
brew "ruby-install"
brew "rust"
3 changes: 3 additions & 0 deletions bash/initializers/chruby.sh
@@ -0,0 +1,3 @@
if [ -s "/usr/local/share/chruby/chruby.sh" ]; then
source "/usr/local/share/chruby/chruby.sh"
fi
3 changes: 0 additions & 3 deletions bash/initializers/rbenv.sh

This file was deleted.

4 changes: 0 additions & 4 deletions bash/main.sh
@@ -1,7 +1,3 @@
if [ -f "/opt/boxen/env.sh" ]
then source "/opt/boxen/env.sh"
fi

export DOTFILES=~/src/jbarnette/dotfiles

if [ -s "$DOTFILES/bash/private.sh" ]; then
Expand Down
4 changes: 2 additions & 2 deletions install.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#/ Link dotfiles.
#/ Usage: install.sh
#/ Link dotfiles and install apps.
#/ Usage: ./install.sh

set -e

Expand Down

0 comments on commit 604e034

Please sign in to comment.