Last active
June 29, 2019 06:44
-
-
Save racklin/8460edbc3aaad7d5c8f8f3e360d238ee to your computer and use it in GitHub Desktop.
Revisions
-
racklin renamed this gist
Sep 7, 2016 . 1 changed file with 13 additions and 2 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 @@ -12,6 +12,7 @@ xcode-select -p brew doctor brew update # tools brew install \ mobile-shell \ @@ -27,10 +28,12 @@ colordiff \ imagemagick \ graphicsmagick # install cask brew tap caskroom/cask brew tap caskroom/fonts # tools gui brew cask install \ mplayerx \ @@ -55,27 +58,29 @@ brew cask install \ google-chrome \ firefox # remote control brew cask install teamviewer # install Fonts brew cask install \ font-source-code-pro \ font-fontawesome \ font-inconsolata-dz-for-powerline # dev tools brew install \ git \ go brew install macvim --with-lua --with-override-system-vim brew linkapps macvim brew cask install \ dash \ dockertoolbox # nodejs brew install node npm install -g \ @@ -92,3 +97,9 @@ grunt-cli # need passwords # brew cask install alfred # brew cask alfred link # kindle brew cask install \ kindlepreviewer \ send-to-kindle -
racklin revised this gist
Sep 7, 2016 . 1 changed file with 62 additions and 43 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 @@ -13,63 +13,82 @@ brew doctor brew update # tools brew install \ mobile-shell \ asciinema \ the_silver_searcher \ tmux \ ssh-copy-id \ httpie \ wget \ jpegoptim \ pngcrush \ colordiff \ imagemagick \ graphicsmagick # install cask brew tap caskroom/cask brew tap caskroom/fonts # tools gui brew cask install \ mplayerx \ nally \ iterm2 \ dropbox \ colorpicker \ colorpicker-hex \ colorpicker-developer \ appcleaner \ flux \ caffeine \ eudic \ imageoptim \ handbrake \ 1password \ the-unarchiver # browsers brew cask install \ google-chrome \ firefox # remote control brew cask install teamviewer # install Fonts brew cask install \ font-source-code-pro \ font-fontawesome \ font-inconsolata-dz-for-powerline # dev tools brew install \ git \ go brew install macvim --with-lua --with-override-system-vim brew linkapps macvim brew cask install \ dash \ dockertoolbox # nodejs brew install node npm install -g \ typescript \ webpack \ node-static \ uglifyjs \ LiveScript \ coffee-script \ gulp \ grunt-cli # need passwords # brew cask install alfred # brew cask alfred link -
racklin revised this gist
Sep 6, 2016 . 1 changed file with 5 additions and 0 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 @@ -68,3 +68,8 @@ npm install -g typescript npm install -g webpack npm install -g node-static npm install -g uglifyjs npm install -g LiveScript npm install -g coffee-script npm install -g gulp npm install -g grunt-cli -
racklin revised this gist
Sep 6, 2016 . 1 changed file with 30 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 @@ -12,10 +12,24 @@ xcode-select -p brew doctor brew update # tools brew install mobile-shell brew install httpie brew install asciinema brew install the_silver_searcher brew install tmux brew install fish # dev brew install git brew install go # install cask brew tap caskroom/cask # tools gui brew cask install alfred brew cask alfred link brew cask install mplayerx @@ -26,6 +40,8 @@ brew cask install colorpicker brew cask install colorpicker-hex brew cask install colorpicker-developer brew cask install appcleaner brew cask install flux brew cask install caffeine # browsers brew cask install google-chrome @@ -39,3 +55,16 @@ brew tap caskroom/fonts brew cask install font-source-code-pro brew cask install font-fontawesome brew cask install font-inconsolata-dz-for-powerline # others # brew cask install stand brew cask install eudic brew cask install dash # nodejs brew install node npm install -g typescript npm install -g webpack npm install -g node-static npm install -g uglifyjs -
racklin created this gist
Sep 6, 2016 .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,41 @@ #!/bin/bash # install xcode command tool xcode-select --install # check xcode-select -p # install brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # check brew brew doctor brew update # install cask brew tap caskroom/cask # tools brew cask install alfred brew cask alfred link brew cask install mplayerx brew cask install nally brew cask install iterm2 brew cask install dropbox brew cask install colorpicker brew cask install colorpicker-hex brew cask install colorpicker-developer brew cask install appcleaner # browsers brew cask install google-chrome brew cask install firefox # remote control brew cask install teamviewer # install Fonts brew tap caskroom/fonts brew cask install font-source-code-pro brew cask install font-fontawesome brew cask install font-inconsolata-dz-for-powerline