You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.3 KiB
Bash

#!/usr/bin/env bash
brew tap buo/cask-upgrade
brew tap homebrew/cask-drivers
read -p "Press any key to continue... " -n1 -s
# brew cask and install software
brew cask install 1password
brew cask install alfred
brew cask install bill
brew cask install carbon-copy-cloner
brew cask install dash
brew cask install doxie
brew cask install firefox
brew cask install google-chrome
brew cask install imagealpha
brew cask install imageoptim
brew cask install kap
brew cask install karabiner-elements
brew cask install ngrok
brew cask install qlcolorcode
brew cask install qlstephen
brew cask install signal
brew cask install sketch
brew cask install skype
brew cask install spotify
brew cask install telegram
brew cask install vlc
brew cask install vmware-fusion
read -p "Press any key to continue... " -n1 -s
# Drivers and other software
brew cask install ubiquiti-unifi-controller
read -p "Press any key to continue... " -n1 -s
# set some options for qlcolorcode
defaults write org.n8gray.QLColorCode font "Fira Code"
defaults write org.n8gray.QLColorCode fontSizePoints 9
defaults write org.n8gray.QLColorCode hlTheme blacknblue
defaults write org.n8gray.QLColorCode extraHLFlags '--replace-tabs=2'
read -p "Press any key to continue... " -n1 -s
qlmanage -r
read -p "Press any key to continue... " -n1 -s