-
-
Save joshbuchea/8eb48c7e98d44ff95a9bda171c42c302 to your computer and use it in GitHub Desktop.
Revisions
-
matteocrippa revised this gist
Apr 11, 2019 . 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 @@ -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 -
matteocrippa revised this gist
Apr 8, 2019 . 1 changed file with 0 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 @@ -14,7 +14,6 @@ mkdir ~/Projects/Material # Tap brew tap homebrew/bundle brew tap homebrew/core brew tap caskroom/fonts brew tap matteocrippa/ibeacon -
matteocrippa revised this gist
Apr 8, 2019 . 1 changed file with 1 addition 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 @@ -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 -
matteocrippa revised this gist
Apr 8, 2019 . 1 changed file with 1 addition 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 @@ -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 -
matteocrippa revised this gist
Apr 4, 2019 . 1 changed file with 3 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 @@ -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 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 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 -
matteocrippa revised this gist
Mar 19, 2019 . 1 changed file with 0 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 @@ -75,7 +75,6 @@ brew cask install docker brew cask install docker-toolbox brew cask install grammarly brew cask install imageoptim brew cask install istat-menus brew cask install iterm2 brew cask install knuff -
matteocrippa revised this gist
Mar 19, 2019 . 1 changed file with 1 addition 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 @@ -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 -
matteocrippa revised this gist
Mar 3, 2019 . 1 changed file with 3 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 @@ -78,7 +78,6 @@ brew cask install imageoptim brew cask install istat-menus brew cask install iterm2 brew cask install knuff 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" -
matteocrippa revised this gist
Mar 3, 2019 . 1 changed file with 3 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 @@ -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 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=\"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 -
matteocrippa revised this gist
Mar 3, 2019 . 1 changed file with 16 additions and 18 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 @@ -26,16 +26,15 @@ brew upgrade brew install coreutils brew install git brew install node yarn brew install wget brew install curl brew install cocoapods brew install swiftlint brew install mackup brew install ibeacon # Vim 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 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 "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 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 knuff brew cask install little-snitch brew cask install paw @@ -95,7 +93,6 @@ brew install mas # Cleanup brew 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 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.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 = 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" -
matteocrippa revised this gist
Mar 2, 2019 . 1 changed file with 1 addition 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 @@ -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 -
matteocrippa revised this gist
Mar 2, 2019 . 1 changed file with 3 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 @@ -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 -
matteocrippa revised this gist
Mar 2, 2019 . 1 changed file with 2 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 @@ -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 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 -
matteocrippa revised this gist
Feb 20, 2019 . 1 changed file with 0 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 @@ -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/bundle brew tap homebrew/core brew tap caskroom/cask -
matteocrippa revised this gist
Feb 20, 2019 . 1 changed file with 2 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 @@ -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 -
matteocrippa revised this gist
Feb 10, 2019 . 1 changed file with 3 additions and 16 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 @@ -1,6 +1,7 @@ #!/usr/bin/env bash 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 mackup # Vim @@ -60,7 +60,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 @@ -72,7 +71,6 @@ 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 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 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 # Disable brew analytics brew analytics off # 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" -
matteocrippa revised this gist
Feb 4, 2019 . No changes.There are no files selected for viewing
-
matteocrippa revised this gist
Jan 9, 2019 . 1 changed file with 1 addition 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 @@ -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 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 vscodium # Install mas brew install mas -
matteocrippa revised this gist
Dec 20, 2018 . 1 changed file with 1 addition and 4 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 @@ -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 " -
matteocrippa revised this gist
Nov 30, 2018 . 1 changed file with 1 addition 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 @@ -78,7 +78,7 @@ 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 -
matteocrippa revised this gist
Nov 14, 2018 . 1 changed file with 1 addition 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 @@ -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 -
matteocrippa revised this gist
Oct 30, 2018 . 1 changed file with 26 additions and 26 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 @@ -60,32 +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 sketch brew cask install sourcetree brew cask install tunnelblick brew cask install the-unarchiver brew cask install colorpicker-developer # Install mas brew install mas -
matteocrippa revised this gist
Oct 30, 2018 . 1 changed file with 26 additions and 27 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 @@ -60,33 +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 # Install mas brew install mas -
matteocrippa revised this gist
Sep 17, 2018 . 1 changed file with 1 addition 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 @@ -161,4 +161,4 @@ mackup restore echo ">> Install https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync " # Install extras echo ">> Install Airparrot2, Audiobridge" -
matteocrippa revised this gist
Sep 17, 2018 . 1 changed file with 4 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 @@ -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 " # Install extras echo ">> Install Airparrot2, Airbridge" -
matteocrippa revised this gist
Aug 26, 2018 . 1 changed file with 4 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 @@ -155,4 +155,7 @@ echo "vscode" >> ~/.mackup.cfg echo "atom" >> ~/.mackup.cfg echo "docker" >> ~/.mackup.cfg mackup restore # Restore Visual Studio Code echo "Install https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync " -
matteocrippa revised this gist
Aug 25, 2018 . 1 changed file with 1 addition 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 @@ -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 -
matteocrippa revised this gist
Aug 25, 2018 . 1 changed file with 3 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 @@ -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 -
matteocrippa revised this gist
Aug 25, 2018 . 1 changed file with 3 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 @@ -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 mackup restore -
matteocrippa revised this gist
Aug 25, 2018 . 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 @@ -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
NewerOlder