Skip to content

Instantly share code, notes, and snippets.

@racklin
Last active June 29, 2019 06:44
Show Gist options
  • Select an option

  • Save racklin/8460edbc3aaad7d5c8f8f3e360d238ee to your computer and use it in GitHub Desktop.

Select an option

Save racklin/8460edbc3aaad7d5c8f8f3e360d238ee to your computer and use it in GitHub Desktop.

Revisions

  1. racklin renamed this gist Sep 7, 2016. 1 changed file with 13 additions and 2 deletions.
    15 changes: 13 additions & 2 deletions mac-clean-install-apps.sh → install-apps.sh
    Original 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
  2. racklin revised this gist Sep 7, 2016. 1 changed file with 62 additions and 43 deletions.
    105 changes: 62 additions & 43 deletions mac-clean-install-apps.sh
    Original file line number Diff line number Diff line change
    @@ -13,63 +13,82 @@ 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

    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 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
    brew cask install flux
    brew cask install caffeine
    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
    brew cask install firefox
    brew cask install \
    google-chrome \
    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
    brew cask install \
    font-source-code-pro \
    font-fontawesome \
    font-inconsolata-dz-for-powerline

    # others
    # brew cask install stand
    brew cask install eudic
    brew cask install dash
    # 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
    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

    npm install -g \
    typescript \
    webpack \
    node-static \
    uglifyjs \
    LiveScript \
    coffee-script \
    gulp \
    grunt-cli


    # need passwords
    # brew cask install alfred
    # brew cask alfred link
  3. racklin revised this gist Sep 6, 2016. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions mac-clean-install-apps.sh
    Original 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

  4. racklin revised this gist Sep 6, 2016. 1 changed file with 30 additions and 1 deletion.
    31 changes: 30 additions & 1 deletion mac-clean-install-apps.sh
    Original 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
    # 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
  5. racklin created this gist Sep 6, 2016.
    41 changes: 41 additions & 0 deletions mac-clean-install-apps.sh
    Original 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