Adding/removing some brews. Adding some python/ruby packages.

master
Dustin Swan 11 years ago
parent e35599c762
commit bb39b6d2a6

@ -7,6 +7,7 @@ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew update brew update
brew upgrade brew upgrade
#brew tap homebrew/versions #brew tap homebrew/versions
brew tap homebrew/dupes
brew tap phinze/homebrew-cask brew tap phinze/homebrew-cask
brew install coreutils brew install coreutils
@ -20,13 +21,17 @@ brew install weechat --with-aspell --with-python --with-ruby
brew install bash brew install bash
brew install fish brew install fish
brew install ack brew install ack
brew innstall openssl
brew innstall openssh --with-brewed-openssl
brew install ssh-copy-id brew install ssh-copy-id
brew install ffind brew install ffind
brew install node brew install node
brew install chruby
brew install ruby-install brew install ruby-install
# brew install chruby
brew install python --with-brewed-openssl
brew install msmtp brew install msmtp
brew install mutt brew install mutt
brew install urlview
brew install isync brew install isync
brew install mosh brew install mosh
brew install haskell-platform brew install haskell-platform
@ -55,8 +60,23 @@ brew cask install asepsis
brew cask install keyremap4macbook brew cask install keyremap4macbook
brew cleanup brew cleanup
# Symlinks
bash ~/dotfiles/symlinks.sh
# Python
pip install --upgrade setuptools
pip install --upgrade pip
pip install git+git://github.com/Lokaltog/powerline
# Ruby TODO -- set up chruby, ruby-install some stuff # Ruby TODO -- set up chruby, ruby-install some stuff
# https://github.com/JeanMertz/chruby-fish
ruby-install ruby 1.9
ruby-install ruby 2.1
chruby 1.9
# Gems TODO # Gems TODO
gem install earthquake
# Node packages TODO # Node packages TODO
# Cabal packages TODO # Cabal packages TODO
@ -65,11 +85,10 @@ brew cleanup
echo "/usr/local/bin/fish" | sudo tee -a /etc/shells echo "/usr/local/bin/fish" | sudo tee -a /etc/shells
chsh -s /usr/local/bin/fish dustinswan chsh -s /usr/local/bin/fish dustinswan
# Symlinks
bash ~/dotfiles/symlinks.sh
# Sane OS X defaults # Sane OS X defaults
bash ~/dotfiles/osx bash ~/dotfiles/osx
# Run some of these: Alfred, slate, asepsis, keyremap4macbook, etc.
# App Store # App Store
echo "Install Xcode and Pixelmator from the App Store!" echo "Install Xcode and Pixelmator from the App Store!"

Loading…
Cancel
Save