Skip to content

Commit

Permalink
Added cocoapods to gem install. Removing textmate stuff in favor of SB2
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Aug 5, 2012
1 parent 17218bb commit 772d0c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .brew
Expand Up @@ -46,12 +46,15 @@ gem install notes
gem install github
gem install powder
gem install heroku
gem install cocoapods

# irb / rails console additions
gem install awesome_print
gem install brice
gem install added_methods

brew cleanup

# symlink sublime text binary & preferences
sudo ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/local/bin/sb
rm -R "$HOME/Library/Application Support/Sublime Text 2/"*
Expand Down
5 changes: 0 additions & 5 deletions .functions
@@ -1,8 +1,3 @@
# Create a new directory and enter it
function md() {
mkdir -p "$@" && cd "$@"
}

# Test if HTTP compression (RFC 2616 + SDCH) is enabled for a given URL.
# Send a fake UA string for sites that sniff it instead of using the Accept-Encoding header. (Looking at you, ajax.googleapis.com!)
function httpcompression() {
Expand Down
12 changes: 0 additions & 12 deletions .tm_properties

This file was deleted.

0 comments on commit 772d0c0

Please sign in to comment.