Skip to content

Instantly share code, notes, and snippets.

@katapad
Last active August 29, 2015 14:11
Show Gist options
  • Save katapad/a100cdbec0965d228b84 to your computer and use it in GitHub Desktop.
Save katapad/a100cdbec0965d228b84 to your computer and use it in GitHub Desktop.

Revisions

  1. katapad revised this gist Jan 14, 2015. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions bootstrap.json
    Original file line number Diff line number Diff line change
    @@ -26,14 +26,15 @@
    "jpeg",
    "libtool",
    "openssl",
    "ruby-build",
    "rbenv",
    "pyenv",
    "casperjs",
    "phantomjs",
    "ghostscript",
    "jasper",
    "libpng",
    "little-cms",
    "phantomjs",
    "ruby-build",
    "fontconfig",
    "git",
    "jbig2dec",
  2. katapad revised this gist Dec 22, 2014. 2 changed files with 57 additions and 0 deletions.
    56 changes: 56 additions & 0 deletions bootstrap.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,56 @@
    {
    "after-scripts": [
    "brew linkapps"
    ],
    "casks": [
    "xquartz",
    "atom",
    "alfred",
    "github",
    "google-chrome",
    "google-japanese-ime",
    "gyazo",
    "firefox",
    "skitch",
    "sublime-text",
    "vagrant",
    "virtualbox",
    "xtrafinder"
    ],
    "formulas": [
    "brew-cask",
    "autoconf",
    "freetype",
    "imagemagick",
    "ffmpeg",
    "jpeg",
    "libtool",
    "openssl",
    "rbenv",
    "casperjs",
    "ghostscript",
    "jasper",
    "libpng",
    "little-cms",
    "phantomjs",
    "ruby-build",
    "fontconfig",
    "git",
    "jbig2dec",
    "libtiff",
    "little-cms2",
    "pkg-config",
    "wget",
    "peco",
    "zsh",
    "go"
    ],
    "taps": [
    "caskroom/cask",
    "homebrew/binary",
    "homebrew/dupes",
    "homebrew/science",
    "homebrew/versions",
    "peco/peco"
    ]
    }
    1 change: 1 addition & 0 deletions new_gist_file_2
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    _
  3. katapad revised this gist Dec 22, 2014. 1 changed file with 3 additions and 18 deletions.
    21 changes: 3 additions & 18 deletions Brewfile
    Original file line number Diff line number Diff line change
    @@ -7,39 +7,24 @@ install brew-file
    install casperjs
    install git
    install go
    install nvm
    install mercurial
    install phantomjs
    install the_platinum_searcher
    install tmux
    install vim
    install z
    install zsh
    install nodebrew
    install imagemagick

    tap peco/peco
    install peco

    tap motemen/ghq
    install ghq

    cask install 1password
    cask install alfred
    cask install atom
    cask install bartender
    cask install bettertouchtool
    cask install dropbox
    cask install evernote
    cask install foldingtext
    cask install google-chrome
    cask install google-japanese-ime
    cask install heroku-toolbelt
    cask install hyperswitch
    cask install iterm2
    cask install karabiner
    cask install menumeters
    cask install shiftit
    cask install skitch
    cask install slack
    cask install xtrafinder
    cask install xquartz
    cask install yorufukurou
    cask install xquartz
  4. katapad created this gist Dec 22, 2014.
    45 changes: 45 additions & 0 deletions Brewfile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,45 @@
    tap caskroom/cask
    install brew-cask

    tap rcmdnk/file
    install brew-file

    install casperjs
    install git
    install go
    install nvm
    install mercurial
    install phantomjs
    install the_platinum_searcher
    install tmux
    install vim
    install z
    install zsh

    tap peco/peco
    install peco

    tap motemen/ghq
    install ghq

    cask install 1password
    cask install alfred
    cask install atom
    cask install bartender
    cask install bettertouchtool
    cask install dropbox
    cask install evernote
    cask install foldingtext
    cask install google-chrome
    cask install google-japanese-ime
    cask install heroku-toolbelt
    cask install hyperswitch
    cask install iterm2
    cask install karabiner
    cask install menumeters
    cask install shiftit
    cask install skitch
    cask install slack
    cask install xtrafinder
    cask install xquartz
    cask install yorufukurou