Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Various updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Sanders committed Nov 8, 2015
1 parent 1f4cad3 commit d7cf753
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 35 deletions.
36 changes: 4 additions & 32 deletions bootstrap.json
Expand Up @@ -9,83 +9,56 @@
"brew linkapps"
],
"casks": [
"bittorrent-sync",
"dropbox",
"emacs",
"fabric",
"firefox",
"flash",
"flux",
"ghc",
"github-desktop",
"gitup",
"google-chrome",
"google-hangouts",
"heroku-toolbelt",
"hex-fiend",
"hipchat",
"hg",
"imageoptim",
"iterm2",
"java",
"lingon-x",
"litecoin",
"logitech-unifying",
"max",
"mou",
"mplayerx",
"multibit",
"openemu",
"pacifist",
"peepopen",
"postgres",
"qlcolorcode",
"qlstephen",
"reveal",
"shrinkit",
"sketch",
"spectacle",
"steam",
"sublime-text",
"superduper",
"torbrowser",
"transmission",
"xact",
"xquartz"
],
"dependencies": {
"mit-scheme": "casks/xquartz"
"homebrew/x11/mit-scheme": "casks/xquartz"
},
"formulas": [
"bash",
"caskroom/cask/brew-cask",
"chromedriver",
"cowsay",
"elasticsearch",
"ffmpeg",
"fish",
"ghostscript",
"gibo",
"git",
"go",
"hub",
"imagemagick",
"libxml2",
"llvm",
"macvim --overwrite-system-vi",
"mit-scheme",
"homebrew/x11/mit-scheme",
"ncdu",
"ngrok",
"node",
"optipng",
"pngcrush",
"postgresql",
"python",
"python3",
"qt",
"rbenv --HEAD",
"rbenv",
"rbenv-gem-rehash",
"redis",
"ruby-build",
"tig",
"tmux",
"wget",
Expand All @@ -96,7 +69,6 @@
],
"icons": {
"Firefox": "~/Dropbox/Images/Icons/Firefox.icns",
"Slack": "~/Dropbox/Images/Icons/Slack.icns",
"MacVim": "https://github.com/jasonlong/macvim/blob/024f6d4395c3e2f873e020cdddd7f3d22d05166a/src/MacVim/icons/MacVim.icns?raw=true",
"Slack": "~/Dropbox/Images/Icons/Slack.icns",
"Steam": "~/Dropbox/Images/Icons/Steam.icns"
Expand Down
4 changes: 2 additions & 2 deletions scripts/update_ruby.sh
Expand Up @@ -11,6 +11,6 @@ else
fi

echo "Updating Ruby"
rbenv install 2.1.3 --skip-existing
rbenv global 2.1.3
rbenv install 2.2.0 --skip-existing
rbenv global 2.2.0
gem update --system
2 changes: 1 addition & 1 deletion symlinks/fish/config.fish
Expand Up @@ -39,7 +39,7 @@ set fish_color_cwd green

# rbenv support
set -gx RBENV_ROOT /usr/local/var/rbenv
if which rbenv > /dev/null
if which rbenv > /dev/null and status --is-interactive
. (rbenv init -|psub)
end

Expand Down
2 changes: 2 additions & 0 deletions symlinks/sh/.aliases
@@ -1,9 +1,11 @@
# vim:ft=sh

alias battery="pmset -g ps"
alias cdcloud='cd ~/Library/Mobile\ Documents'
alias cdesrc='cd ~/Documents/src/etc'
alias cdisrc='cd ~/Documents/src/instacart'
alias cdmsrc='cd ~/Documents/src/msanders'
alias cdscratch='cd ~/Scratch'
alias cdsrc='cd ~/Documents/src'
alias cman="man -S2:3"
alias hide="chflags hidden"
Expand Down
1 change: 1 addition & 0 deletions symlinks/vim/.vimrc
Expand Up @@ -17,6 +17,7 @@ set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

Plugin 'Keithbsmiley/swift.vim'
Plugin 'editorconfig/editorconfig-vim'
Plugin 'airblade/vim-rooter'
Plugin 'altercation/vim-colors-solarized'
Plugin 'dag/vim-fish'
Expand Down

0 comments on commit d7cf753

Please sign in to comment.