Last active
May 2, 2019 14:59
Revisions
-
Jitendra Vyas revised this gist
Feb 14, 2015 . 1 changed file with 15 additions and 29 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,12 +23,7 @@ brew cask install font-source-code-pro # homebrew apps brew install brew-cask brew install git brew install git-extras brew install wget @@ -39,41 +34,42 @@ pip install --upgrade pip # cask apps brew cask install sublime-text3 brew cask install vlc brew cask install android-file-transfer brew cask install dropbox brew cask install cakebrew brew cask install slack brew cask install appcleaner brew cask install firefox brew cask install sketch brew cask install skype brew cask install iterm2 brew cask install sourcetree brew cask install alfred brew cask install google-chrome brew cask install lingon-x brew cask install cyberduck brew cask install google-hangouts brew cask install dash brew cask install evernote brew cask install xquartz brew cask install the-unarchiver brew cask install lastpass-universal brew cask install cakebrew brew cask install font-source-code-pro brew cask install paparazzi brew cask install bartender brew cask install caffeine brew cask install sketch-toolbox brew cask install cleanmymac brew cask install imageoptim brew cask install ember brew cask install the-unarchiver brew cask install evernote brew cask install firefox brew cask install ember brew cask install macdown brew cask install namebench # Install GNU core utilities (those that come with OS X are outdated) brew install coreutils @@ -83,16 +79,6 @@ pip install mackup npm install -g yo npm install -g generator-webapp # cask quick look plugins (https://github.com/sindresorhus/quick-look-plugins) brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql suspicious-package -
jitendravyas revised this gist
Oct 28, 2014 . No changes.There are no files selected for viewing
-
jitendravyas revised this gist
Oct 28, 2014 . 1 changed file with 11 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,6 +18,9 @@ brew link curl --force # Updated bash brew install bash brew cask install font-inconsolata brew cask install font-source-code-pro # homebrew apps brew install brew-cask brew cask install java @@ -27,6 +30,7 @@ brew install git brew install git-extras brew install wget # Updated python/pip brew install python @@ -40,6 +44,7 @@ brew cask install vlc brew cask install android-file-transfer brew cask install dropbox brew cask install cakebrew brew cask install slack brew cask install appcleaner brew cask install firefox @@ -60,7 +65,7 @@ brew cask install google-hangouts brew cask install dash brew cask install evernote brew cask install flux brew cask install xquartz brew cask install the-unarchiver brew cask install skype @@ -75,6 +80,9 @@ brew install coreutils pip install mackup npm install -g yo npm install -g generator-webapp # Milaap app brew install libxml2 @@ -84,6 +92,8 @@ brew install libxslt # cask quick look plugins (https://github.com/sindresorhus/quick-look-plugins) brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql suspicious-package -
jitendravyas created this gist
Oct 28, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,91 @@ #!/bin/sh # homebrew taps brew tap caskroom/cask brew tap caskroom/versions brew tap homebrew/boneyard brew tap caskroom/fonts # Updated grep brew tap homebrew/dupes brew install grep # Updated curl brew install curl brew link curl --force # Updated bash brew install bash # homebrew apps brew install brew-cask brew cask install java brew install elasticsearch brew install git brew install git-extras # Updated python/pip brew install python pip install --upgrade setuptools pip install --upgrade pip # cask apps brew cask install sublime-text3 brew cask install vlc brew cask install android-file-transfer brew cask install dropbox brew cask install slack brew cask install appcleaner brew cask install firefox brew cask install sketch brew cask install hazel brew cask install skype brew cask install iterm2 brew cask install sourcetree brew cask install alfred brew cask install google-chrome brew cask install lingon-x brew cask install xmind brew cask install fantastical brew cask install xee brew cask install cyberduck brew cask install google-hangouts brew cask install dash brew cask install evernote brew cask install flux brew cask install the-unarchiver brew cask install skype brew cask install disk-inventory-x brew cask install lastpass-universal brew cask install clamxav brew cask install hipchat brew cask install vienna # Install GNU core utilities (those that come with OS X are outdated) brew install coreutils pip install mackup # Milaap app brew install libxml2 brew install libxslt # cask quick look plugins (https://github.com/sindresorhus/quick-look-plugins) brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql suspicious-package # verify brew doctor