Skip to content

Instantly share code, notes, and snippets.

@joshbuchea
Forked from matteocrippa/mac-setup.sh
Created August 8, 2019 23:53
Show Gist options
  • Save joshbuchea/8eb48c7e98d44ff95a9bda171c42c302 to your computer and use it in GitHub Desktop.
Save joshbuchea/8eb48c7e98d44ff95a9bda171c42c302 to your computer and use it in GitHub Desktop.

Revisions

  1. @matteocrippa matteocrippa revised this gist Apr 11, 2019. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -154,3 +154,8 @@ echo ">> Install https://marketplace.visualstudio.com/items?itemName=Shan.code-s

    # Little Snitch
    echo ">> Install https://www.obdev.at/products/littlesnitch/download.html"

    # fix issue with device sleep and drain battery
    sudo pmset -b tcpkeepalive 0
    sudo pmset hibernatemode 25

  2. @matteocrippa matteocrippa revised this gist Apr 8, 2019. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -14,7 +14,6 @@ mkdir ~/Projects/Material
    # Tap
    brew tap homebrew/bundle
    brew tap homebrew/core
    brew tap caskroom/cask
    brew tap caskroom/fonts
    brew tap matteocrippa/ibeacon

  3. @matteocrippa matteocrippa revised this gist Apr 8, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -89,6 +89,7 @@ brew cask install brooklyn
    brew cask install spectacle
    brew cask install google-backup-and-sync
    brew cask install jetbrains-toolbox
    brew cask install kitematic

    # Install mas
    brew install mas
  4. @matteocrippa matteocrippa revised this gist Apr 8, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -88,6 +88,7 @@ brew cask install homebrew/cask-drivers/luna-display
    brew cask install brooklyn
    brew cask install spectacle
    brew cask install google-backup-and-sync
    brew cask install jetbrains-toolbox

    # Install mas
    brew install mas
  5. @matteocrippa matteocrippa revised this gist Apr 4, 2019. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -52,6 +52,7 @@ echo "export PATH=\$HOME/bin:/usr/local/bin:\$PATH" > ~/.zshrc
    echo "export PATH=\$HOME/.fastlane/bin:\$PATH" >> ~/.zshrc
    echo "export PATH=/Users/matteocrippa/Library/Android/sdk/platform-tools:\$PATH" >> ~/.zshrc
    echo "export PATH=/Users/matteocrippa/Library/Android/sdk:\$PATH" >> ~/.zshrc
    echo "export ANDROID_SDK_ROOT=/usr/local/share/android-sdk"
    echo "export ZSH=/Users/matteocrippa/.oh-my-zsh" >> ~/.zshrc
    echo "ZSH_THEME=\"spaceship\"" >> ~/.zshrc
    echo "plugins=(git colored-man colorize github virtualenv brew osx zsh-syntax-highlighting)" >> ~/.zshrc
    @@ -62,19 +63,19 @@ echo "source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ~/


    # List of apps
    brew cask install android-sdk
    brew cask install android-file-transfer
    brew cask install android-studio
    brew cask install caffeine
    brew cask install charles
    brew cask install google-chrome
    brew cask install cleanmymac
    brew cask install clipy
    brew cask install fastlane
    brew cask install firefox
    brew cask install docker
    brew cask install docker-toolbox
    brew cask install grammarly
    brew cask install imageoptim
    brew cask install intellij-idea
    brew cask install istat-menus
    brew cask install iterm2
    brew cask install knuff
  6. @matteocrippa matteocrippa revised this gist Mar 19, 2019. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -75,7 +75,6 @@ brew cask install docker
    brew cask install docker-toolbox
    brew cask install grammarly
    brew cask install imageoptim
    brew cask install intellij-idea
    brew cask install istat-menus
    brew cask install iterm2
    brew cask install knuff
  7. @matteocrippa matteocrippa revised this gist Mar 19, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -75,6 +75,7 @@ brew cask install docker
    brew cask install docker-toolbox
    brew cask install grammarly
    brew cask install imageoptim
    brew cask install intellij-idea
    brew cask install istat-menus
    brew cask install iterm2
    brew cask install knuff
  8. @matteocrippa matteocrippa revised this gist Mar 3, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -78,7 +78,6 @@ brew cask install imageoptim
    brew cask install istat-menus
    brew cask install iterm2
    brew cask install knuff
    brew cask install little-snitch
    brew cask install paw
    brew cask install sourcetree
    brew cask install tunnelblick
    @@ -150,3 +149,6 @@ mackup restore

    # Restore Visual Studio Code
    echo ">> Install https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync"

    # Little Snitch
    echo ">> Install https://www.obdev.at/products/littlesnitch/download.html"
  9. @matteocrippa matteocrippa revised this gist Mar 3, 2019. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -44,15 +44,16 @@ curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh |
    brew install zsh-autosuggestions

    # install zsh spaceship
    npm install -g spaceship-prompt
    git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt"
    ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"

    # Setup ZSHRC
    echo "export PATH=\$HOME/bin:/usr/local/bin:\$PATH" > ~/.zshrc
    echo "export PATH=\$HOME/.fastlane/bin:\$PATH" >> ~/.zshrc
    echo "export PATH=/Users/matteocrippa/Library/Android/sdk/platform-tools:\$PATH" >> ~/.zshrc
    echo "export PATH=/Users/matteocrippa/Library/Android/sdk:\$PATH" >> ~/.zshrc
    echo "export ZSH=/Users/matteocrippa/.oh-my-zsh" >> ~/.zshrc
    echo "ZSH_THEME=\"\"" >> ~/.zshrc
    echo "ZSH_THEME=\"spaceship\"" >> ~/.zshrc
    echo "plugins=(git colored-man colorize github virtualenv brew osx zsh-syntax-highlighting)" >> ~/.zshrc
    echo "fpath=(/usr/local/share/zsh-completions \$fpath)" >> ~/.zshrc
    echo "source \$ZSH/oh-my-zsh.sh" >> ~/.zshrc
  10. @matteocrippa matteocrippa revised this gist Mar 3, 2019. 1 changed file with 16 additions and 18 deletions.
    34 changes: 16 additions & 18 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -26,16 +26,15 @@ brew upgrade
    brew install coreutils
    brew install git
    brew install node yarn
    brew install wget --with-iri
    brew install curl --with-openssl
    brew link --force curl
    brew install wget
    brew install curl
    brew install cocoapods
    brew install swiftlint
    brew install mackup
    brew install ibeacon

    # Vim
    brew install vim --with-override-system-vi
    brew install vim
    git clone https://github.com/amix/vimrc.git ~/.vim_runtime
    sh ~/.vim_runtime/install_awesome_vimrc.sh

    @@ -48,15 +47,15 @@ brew install zsh-autosuggestions
    npm install -g spaceship-prompt

    # Setup ZSHRC
    echo "export PATH=$HOME/bin:/usr/local/bin:$PATH" > ~/.zshrc
    echo "export PATH=$HOME/.fastlane/bin:$PATH" >> ~/.zshrc
    echo "export PATH=/Users/matteocrippa/Library/Android/sdk/platform-tools:$PATH" >> ~/.zshrc
    echo "export PATH=/Users/matteocrippa/Library/Android/sdk:$PATH" >> ~/.zshrc
    echo "export PATH=\$HOME/bin:/usr/local/bin:\$PATH" > ~/.zshrc
    echo "export PATH=\$HOME/.fastlane/bin:\$PATH" >> ~/.zshrc
    echo "export PATH=/Users/matteocrippa/Library/Android/sdk/platform-tools:\$PATH" >> ~/.zshrc
    echo "export PATH=/Users/matteocrippa/Library/Android/sdk:\$PATH" >> ~/.zshrc
    echo "export ZSH=/Users/matteocrippa/.oh-my-zsh" >> ~/.zshrc
    echo "ZSH_THEME=\"\"" >> ~/.zshrc
    echo "plugins=(git colored-man colorize github virtualenv brew osx zsh-syntax-highlighting)" >> ~/.zshrc
    echo "fpath=(/usr/local/share/zsh-completions $fpath)" >> ~/.zshrc
    echo "source $ZSH/oh-my-zsh.sh" >> ~/.zshrc
    echo "fpath=(/usr/local/share/zsh-completions \$fpath)" >> ~/.zshrc
    echo "source \$ZSH/oh-my-zsh.sh" >> ~/.zshrc
    echo "export SSH_KEY_PATH=\"~/.ssh/rsa_id\"" >> ~/.zshrc
    echo "source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ~/.zshrc

    @@ -66,7 +65,7 @@ brew cask install android-file-transfer
    brew cask install android-studio
    brew cask install caffeine
    brew cask install charles
    brew cask install chrome
    brew cask install google-chrome
    brew cask install cleanmymac
    brew cask install clipy
    brew cask install fastlane
    @@ -77,7 +76,6 @@ brew cask install grammarly
    brew cask install imageoptim
    brew cask install istat-menus
    brew cask install iterm2
    brew cask install java8
    brew cask install knuff
    brew cask install little-snitch
    brew cask install paw
    @@ -95,7 +93,6 @@ brew install mas

    # Cleanup
    brew cleanup
    brew cask cleanup

    # Download AppStore apps
    mas install 497799835
    @@ -109,14 +106,15 @@ mas install 476533227
    mas install 824171161
    mas install 1178548760
    mas install 1063996724
    mas install 918858936
    mas install 1176895641
    mas install 732710998

    # Setup XCode theme
    mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
    cd ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
    git clone https://github.com/dracula/xcode.git Dracula
    cp Dracula/Dracula.dvtcolortheme .
    chmod +x Dracula.dvtcolortheme
    cp Dracula.xccolortheme .
    chmod +x Dracula.xccolortheme
    echo "👉 Select Dracula theme in XCode"

    # Setup iTerm theme
    @@ -140,7 +138,7 @@ wget https://download.panic.com/transmit/Transmit%204.4.13.zip

    # Restore mackup
    echo "[storage]" >> ~/.mackup.cfg
    echo "engine = icloud" >> ~/.mackup.cfg
    echo "engine = google_drive" >> ~/.mackup.cfg
    echo "directory = Mackup" >> ~/.mackup.cfg
    echo "[applications_to_ignore]" >> ~/.mackup.cfg
    echo "vscode" >> ~/.mackup.cfg
    @@ -150,4 +148,4 @@ echo "docker" >> ~/.mackup.cfg
    mackup restore

    # Restore Visual Studio Code
    echo ">> Install https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync"
    echo ">> Install https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync"
  11. @matteocrippa matteocrippa revised this gist Mar 2, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -88,6 +88,7 @@ brew cask install vscodium
    brew cask install homebrew/cask-drivers/luna-display
    brew cask install brooklyn
    brew cask install spectacle
    brew cask install google-backup-and-sync

    # Install mas
    brew install mas
  12. @matteocrippa matteocrippa revised this gist Mar 2, 2019. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -66,6 +66,7 @@ brew cask install android-file-transfer
    brew cask install android-studio
    brew cask install caffeine
    brew cask install charles
    brew cask install chrome
    brew cask install cleanmymac
    brew cask install clipy
    brew cask install fastlane
    @@ -85,6 +86,8 @@ brew cask install tunnelblick
    brew cask install the-unarchiver
    brew cask install vscodium
    brew cask install homebrew/cask-drivers/luna-display
    brew cask install brooklyn
    brew cask install spectacle

    # Install mas
    brew install mas
  13. @matteocrippa matteocrippa revised this gist Mar 2, 2019. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,7 @@ xcode-select --install
    # Setup directories
    mkdir ~/Projects
    mkdir ~/Projects/Repositories
    mkdir ~/Projects/Material

    # Install brew
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    @@ -63,7 +64,6 @@ echo "source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ~/
    # List of apps
    brew cask install android-file-transfer
    brew cask install android-studio
    brew cask install duet
    brew cask install caffeine
    brew cask install charles
    brew cask install cleanmymac
    @@ -84,6 +84,7 @@ brew cask install sourcetree
    brew cask install tunnelblick
    brew cask install the-unarchiver
    brew cask install vscodium
    brew cask install homebrew/cask-drivers/luna-display

    # Install mas
    brew install mas
  14. @matteocrippa matteocrippa revised this gist Feb 20, 2019. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,6 @@ mkdir ~/Projects/Repositories
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    # Tap
    brew tap homebrew/versions
    brew tap homebrew/bundle
    brew tap homebrew/core
    brew tap caskroom/cask
  15. @matteocrippa matteocrippa revised this gist Feb 20, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -16,6 +16,7 @@ brew tap homebrew/bundle
    brew tap homebrew/core
    brew tap caskroom/cask
    brew tap caskroom/fonts
    brew tap matteocrippa/ibeacon

    # Update
    brew update
    @@ -31,6 +32,7 @@ brew link --force curl
    brew install cocoapods
    brew install swiftlint
    brew install mackup
    brew install ibeacon

    # Vim
    brew install vim --with-override-system-vi
  16. @matteocrippa matteocrippa revised this gist Feb 10, 2019. 1 changed file with 3 additions and 16 deletions.
    19 changes: 3 additions & 16 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    #!/usr/bin/env bash

    echo "Install XCode first and XCode Beta"
    echo "Install XCode first"
    xcode-select --install

    # Setup directories
    mkdir ~/Projects
    @@ -29,7 +30,6 @@ brew install curl --with-openssl
    brew link --force curl
    brew install cocoapods
    brew install swiftlint
    brew install gpg2
    brew install mackup

    # Vim
    @@ -60,7 +60,6 @@ echo "source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ~/


    # List of apps
    brew cask install 1password
    brew cask install android-file-transfer
    brew cask install android-studio
    brew cask install duet
    @@ -72,7 +71,6 @@ brew cask install fastlane
    brew cask install firefox
    brew cask install docker
    brew cask install docker-toolbox
    brew cask install gpg-suite
    brew cask install grammarly
    brew cask install imageoptim
    brew cask install istat-menus
    @@ -81,7 +79,6 @@ brew cask install java8
    brew cask install knuff
    brew cask install little-snitch
    brew cask install paw
    brew cask install sketch
    brew cask install sourcetree
    brew cask install tunnelblick
    brew cask install the-unarchiver
    @@ -129,19 +126,9 @@ echo "👉 Set Meslo powerline as iTerm2 font"
    git config --global core.excludesfile ~/.gitignore
    echo .DS_Store >> ~/.gitignore

    # Force GPG2 as Github
    git config --global gpg.program gpg2

    # Improve security
    curl -O https://fix-macosx.com/fix-macosx.py
    /usr/bin/python fix-macosx.py

    # Disable brew analytics
    brew analytics off

    # VueJS
    npm install -g vue-cli

    # Transmit
    wget https://download.panic.com/transmit/Transmit%204.4.13.zip

    @@ -157,4 +144,4 @@ echo "docker" >> ~/.mackup.cfg
    mackup restore

    # Restore Visual Studio Code
    echo ">> Install https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync "
    echo ">> Install https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync"
  17. @matteocrippa matteocrippa revised this gist Feb 4, 2019. No changes.
  18. @matteocrippa matteocrippa revised this gist Jan 9, 2019. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -63,7 +63,6 @@ echo "source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ~/
    brew cask install 1password
    brew cask install android-file-transfer
    brew cask install android-studio
    brew cask install visual-studio-code
    brew cask install duet
    brew cask install caffeine
    brew cask install charles
    @@ -86,7 +85,7 @@ brew cask install sketch
    brew cask install sourcetree
    brew cask install tunnelblick
    brew cask install the-unarchiver
    brew cask install colorpicker-developer
    brew cask install vscodium

    # Install mas
    brew install mas
  19. @matteocrippa matteocrippa revised this gist Dec 20, 2018. 1 changed file with 1 addition and 4 deletions.
    5 changes: 1 addition & 4 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -158,7 +158,4 @@ echo "docker" >> ~/.mackup.cfg
    mackup restore

    # Restore Visual Studio Code
    echo ">> Install https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync "

    # Install extras
    echo ">> Install Airparrot2, Audiobridge"
    echo ">> Install https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync "
  20. @matteocrippa matteocrippa revised this gist Nov 30, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -78,7 +78,7 @@ brew cask install grammarly
    brew cask install imageoptim
    brew cask install istat-menus
    brew cask install iterm2
    brew cask install java
    brew cask install java8
    brew cask install knuff
    brew cask install little-snitch
    brew cask install paw
  21. @matteocrippa matteocrippa revised this gist Nov 14, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -64,6 +64,7 @@ brew cask install 1password
    brew cask install android-file-transfer
    brew cask install android-studio
    brew cask install visual-studio-code
    brew cask install duet
    brew cask install caffeine
    brew cask install charles
    brew cask install cleanmymac
  22. @matteocrippa matteocrippa revised this gist Oct 30, 2018. 1 changed file with 26 additions and 26 deletions.
    52 changes: 26 additions & 26 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -60,32 +60,32 @@ echo "source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ~/


    # List of apps
    brew install 1password
    brew install android-file-transfer
    brew install android-studio
    brew install visual-studio-code
    brew install caffeine
    brew install charles
    brew install cleanmymac
    brew install clipy
    brew install fastlane
    brew install firefox
    brew install docker
    brew install docker-toolbox
    brew install gpg-suite
    brew install grammarly
    brew install imageoptim
    brew install istat-menus
    brew install iterm2
    brew install java
    brew install knuff
    brew install little-snitch
    brew install paw
    brew install sketch
    brew install sourcetree
    brew install tunnelblick
    brew install the-unarchiver
    brew install colorpicker-developer
    brew cask install 1password
    brew cask install android-file-transfer
    brew cask install android-studio
    brew cask install visual-studio-code
    brew cask install caffeine
    brew cask install charles
    brew cask install cleanmymac
    brew cask install clipy
    brew cask install fastlane
    brew cask install firefox
    brew cask install docker
    brew cask install docker-toolbox
    brew cask install gpg-suite
    brew cask install grammarly
    brew cask install imageoptim
    brew cask install istat-menus
    brew cask install iterm2
    brew cask install java
    brew cask install knuff
    brew cask install little-snitch
    brew cask install paw
    brew cask install sketch
    brew cask install sourcetree
    brew cask install tunnelblick
    brew cask install the-unarchiver
    brew cask install colorpicker-developer

    # Install mas
    brew install mas
  23. @matteocrippa matteocrippa revised this gist Oct 30, 2018. 1 changed file with 26 additions and 27 deletions.
    53 changes: 26 additions & 27 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -60,33 +60,32 @@ echo "source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ~/


    # List of apps
    brew cask install 1password
    brew cask install android-file-transfer
    brew cask install android-studio
    brew cask install visual-studio-code
    brew cask install caffeine
    brew cask install charles
    brew cask install cleanmymac
    brew cask install clipy
    brew cask install fastlane
    brew cask install firefox
    brew cask install docker
    brew cask install docker-toolbox
    brew cask install gpg-suite
    brew cask install grammarly
    brew cask install imageoptim
    brew cask install istat-menus
    brew cask install iterm2
    brew cask install java
    brew cask install knuff
    brew cask install little-snitch
    brew cask install paw
    brew cask install qlcolorcode
    brew cask install sketch
    brew cask install sourcetree
    brew cask install tunnelblick
    brew cask install the-unarchiver
    brew cask install zeplin
    brew install 1password
    brew install android-file-transfer
    brew install android-studio
    brew install visual-studio-code
    brew install caffeine
    brew install charles
    brew install cleanmymac
    brew install clipy
    brew install fastlane
    brew install firefox
    brew install docker
    brew install docker-toolbox
    brew install gpg-suite
    brew install grammarly
    brew install imageoptim
    brew install istat-menus
    brew install iterm2
    brew install java
    brew install knuff
    brew install little-snitch
    brew install paw
    brew install sketch
    brew install sourcetree
    brew install tunnelblick
    brew install the-unarchiver
    brew install colorpicker-developer

    # Install mas
    brew install mas
  24. @matteocrippa matteocrippa revised this gist Sep 17, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -161,4 +161,4 @@ mackup restore
    echo ">> Install https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync "

    # Install extras
    echo ">> Install Airparrot2, Airbridge"
    echo ">> Install Airparrot2, Audiobridge"
  25. @matteocrippa matteocrippa revised this gist Sep 17, 2018. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -158,4 +158,7 @@ echo "docker" >> ~/.mackup.cfg
    mackup restore

    # Restore Visual Studio Code
    echo "Install https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync "
    echo ">> Install https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync "

    # Install extras
    echo ">> Install Airparrot2, Airbridge"
  26. @matteocrippa matteocrippa revised this gist Aug 26, 2018. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -155,4 +155,7 @@ echo "vscode" >> ~/.mackup.cfg
    echo "atom" >> ~/.mackup.cfg
    echo "docker" >> ~/.mackup.cfg

    mackup restore
    mackup restore

    # Restore Visual Studio Code
    echo "Install https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync "
  27. @matteocrippa matteocrippa revised this gist Aug 25, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -153,5 +153,6 @@ echo "directory = Mackup" >> ~/.mackup.cfg
    echo "[applications_to_ignore]" >> ~/.mackup.cfg
    echo "vscode" >> ~/.mackup.cfg
    echo "atom" >> ~/.mackup.cfg
    echo "docker" >> ~/.mackup.cfg

    mackup restore
  28. @matteocrippa matteocrippa revised this gist Aug 25, 2018. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -150,5 +150,8 @@ wget https://download.panic.com/transmit/Transmit%204.4.13.zip
    echo "[storage]" >> ~/.mackup.cfg
    echo "engine = icloud" >> ~/.mackup.cfg
    echo "directory = Mackup" >> ~/.mackup.cfg
    echo "[applications_to_ignore]" >> ~/.mackup.cfg
    echo "vscode" >> ~/.mackup.cfg
    echo "atom" >> ~/.mackup.cfg

    mackup restore
  29. @matteocrippa matteocrippa revised this gist Aug 25, 2018. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -149,4 +149,6 @@ wget https://download.panic.com/transmit/Transmit%204.4.13.zip
    # Restore mackup
    echo "[storage]" >> ~/.mackup.cfg
    echo "engine = icloud" >> ~/.mackup.cfg
    echo "directory = Mackup" >> ~/.mackup.cfg
    echo "directory = Mackup" >> ~/.mackup.cfg

    mackup restore
  30. @matteocrippa matteocrippa revised this gist Aug 25, 2018. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions mac-setup.sh
    Original file line number Diff line number Diff line change
    @@ -145,3 +145,8 @@ npm install -g vue-cli

    # Transmit
    wget https://download.panic.com/transmit/Transmit%204.4.13.zip

    # Restore mackup
    echo "[storage]" >> ~/.mackup.cfg
    echo "engine = icloud" >> ~/.mackup.cfg
    echo "directory = Mackup" >> ~/.mackup.cfg