Last active
July 4, 2022 01:40
-
-
Save rifont/4a639bf0b8a70f5fe6571b856bc20c71 to your computer and use it in GitHub Desktop.
This file contains 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 characters
# specify a directory to install | |
cask_args appdir: '/Applications' | |
# install packages | |
tap 'homebrew/cask' | |
tap 'homebrew/cask-fonts' | |
brew 'git' | |
brew 'nvm' | |
brew 'yarn' | |
brew 'awscli' | |
brew 'awsume' | |
brew 'tfenv' | |
# Casks | |
cask 'visual-studio-code' | |
cask 'google-chrome' | |
cask 'slack' | |
cask '1password' | |
cask 'spotify' | |
cask 'iterm2' | |
cask 'sourcetree' | |
cask 'miro' | |
cask 'font-fira-code' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment