Skip to content

Commit

Permalink
Merge pull request #92 from AkkeyLab/feature/update-big-sur
Browse files Browse the repository at this point in the history
🆕 Support for Big Sur
  • Loading branch information
AkkeyLab committed Dec 28, 2020
2 parents bf0158b + de10c91 commit 6d140bf
Show file tree
Hide file tree
Showing 6 changed files with 408 additions and 82 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Auto setup system for macOS.

## macOS version
macOS Catalina 10.15.4
macOS Big Sur 11.1

## Downloads
To get started please run:
Expand Down
51 changes: 21 additions & 30 deletions app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,27 @@ EOS
# Install web apps.
#
echo " ----- Install web apps ------"
brew cask install 1password
brew cask install android-file-transfer
brew cask install java
brew cask install android-studio
brew cask install arduino
brew cask install astropad
brew cask install atom
brew cask install cheatsheet
brew cask install cyberduck
brew cask install docker
brew cask install dropbox
brew cask install duet
brew cask install eclipse-java
brew cask install google-chrome
brew cask install iterm2
brew cask install sourcetree
brew cask install virtualbox
brew cask install virtualbox-extension-pack
brew cask install vlc
brew cask install google-japanese-ime
brew cask install swimat
brew cask install spotify
brew cask install imageoptim
brew cask install soundflower
brew cask install visual-studio-code
brew cask install adobe-creative-cloud
brew cask install gyazo
brew cask install zoomus
brew cask install tandem
brew cask install discord
brew install --cask 1password
brew tap AdoptOpenJDK/openjdk
brew install --cask adoptopenjdk
brew install --cask android-studio
brew install --cask cyberduck
brew install --cask docker
brew install --cask google-chrome
brew install --cask iterm2
brew install --cask sourcetree
brew install --cask vlc
brew install --cask google-japanese-ime
brew install --cask swimat
brew install --cask spotify
brew install --cask imageoptim
brew install --cask soundflower
brew install --cask visual-studio-code
brew install --cask adobe-creative-cloud
brew install --cask gyazo
brew install --cask zoomus
brew install --cask tandem
brew install --cask discord

while true; do
read -p 'Add "need license" apps? [Y/n]' Answer
Expand Down
6 changes: 0 additions & 6 deletions appstore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,15 @@ EOS
#
echo " ---- Mac App Store apps -----"
brew install mas
mas install 1144071713 # KeiSignal (1.0.3)
mas install 409183694 # Keynote (6.6.2)
mas install 715768417 # Microsoft Remote Desktop (8.0.27228)
mas install 425424353 # The Unarchiver (3.11.1)
mas install 568494494 # Pocket (1.6.2)
mas install 803453959 # Slack (2.4.1)
mas install 524688159 # Desktop Calendar Plus (1.3.6)
mas install 409201541 # Pages (5.6.2)
mas install 1024640650 # CotEditor (3.1.2)
mas install 453164367 # SystemPal (5.2)
mas install 539883307 # LINE (4.11.1)
mas install 412529613 # Cinch (1.2.2)
mas install 409203825 # Numbers (3.6.2)
mas install 1054607607 # Helium (2.0)
mas install 476533227 # Prepo (2.2.7)
mas install 414298354 # ToyViewer (5.5.1)
mas install 549083868 # Display Menu (2.2.3)
echo " ------------ END ------------"
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if ! command_exists brew ; then
echo " --------- Homebrew ----------"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew upgrade --all --cleanup
brew upgrade
brew -v
echo " ------------ END ------------"
fi
Expand Down
Loading

0 comments on commit 6d140bf

Please sign in to comment.