Skip to content

Commit

Permalink
Use mas to install Mac App Store apps
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Oct 12, 2016
1 parent fdb447e commit 8c44d57
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ brew 'git'
brew 'hub'
brew 'tree'
brew 'mackup'
brew 'mas'
brew 'node'
brew 'trash'
brew 'wget'
Expand Down
13 changes: 0 additions & 13 deletions apps.md

This file was deleted.

11 changes: 11 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ brew update
brew tap homebrew/bundle
brew bundle

# Install Mac App Store apps
mas install 443987910 # 1Password
mas install 420212497 # Byword
mas install 847496013 # Deckset
mas install 668208984 # Giphy Capture
mas install 584653203 # Paw
mas install 507257563 # Sip
mas install 402476602 # Sketch
mas install 557168941 # Tweetbot
mas install 410628904 # Wunderlist

# Make ZSH the default shell environment
chsh -s $(which zsh)

Expand Down
3 changes: 2 additions & 1 deletion path.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export PATH="$(brew --prefix homebrew/php/php70)/bin:$PATH"
#export PATH="$(brew --prefix coreutils)/libexec/gnubin:$PATH"

# Load custom commands
export PATH="$DOTFILES/bin:$PATH"
# Disabled this because I have no custom binaries at the moment.
# export PATH="$DOTFILES/bin:$PATH"

# Local bin directories before anything else
export PATH="/usr/local/bin:/usr/local/sbin:$PATH"
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ Follow these install instructions to setup a new Mac.
6. Append `/usr/local/bin/zsh` to the end of your `/etc/shells` file
7. Run `install.sh` to start the installation
8. Make sure Dropbox is set up and synced
9. [Install the remaining apps](./apps.md)
10. Restore preferences by running `mackup restore`
11. Restart your computer to finalize the process
9. Restore preferences by running `mackup restore`
10. Restart your computer to finalize the process

Your Mac is now ready to use!

Expand Down

0 comments on commit 8c44d57

Please sign in to comment.