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