mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-19 03:25:33 +00:00
58 lines
1.8 KiB
Bash
Executable File
58 lines
1.8 KiB
Bash
Executable File
#!/usr/bin/env bash
|
|
brew tap buo/cask-upgrade
|
|
brew tap homebrew/cask-fonts
|
|
|
|
brew install --cask 1password
|
|
brew install --cask adoptopenjdk/openjdk/adoptopenjdk8
|
|
brew install --cask alfred
|
|
brew install --cask carbon-copy-cloner
|
|
brew install --cask dash
|
|
brew install --cask firefox
|
|
brew install --cask forklift
|
|
brew install --cask google-chrome
|
|
brew install --cask hammerspoon
|
|
brew install --cask iina
|
|
brew install --cask imagealpha
|
|
brew install --cask imageoptim
|
|
brew install --cask iterm2
|
|
brew install --cask kap
|
|
brew install --cask karabiner-elements
|
|
brew install --cask microsoft-teams
|
|
brew install --cask qlstephen
|
|
brew install --cask sequel-pro
|
|
brew install --cask signal
|
|
brew install --cask sketch
|
|
brew install --cask skype
|
|
brew install --cask spotify
|
|
brew install --cask syntax-highlight
|
|
brew install --cask telegram
|
|
brew install --cask vmware-fusion
|
|
brew install --cask zoom
|
|
|
|
# Quicklook-reset
|
|
xattr -cr ~/Library/QuickLook
|
|
xattr -d -r com.apple.quarantine ~/Library/QuickLook
|
|
qlmanage -r
|
|
qlmanage -r cache
|
|
|
|
# link config files for some casks
|
|
ln -s ~/dotfiles/hammerspoon ~/.hammerspoon
|
|
ln -s ~/dotfiles/karabiner ~/.config/karabiner
|
|
|
|
# Drivers and other software
|
|
brew install --cask font-fira-code-nerd-font
|
|
brew install --cask ubiquiti-unifi-controller
|
|
|
|
# Tell unifi-controller to use brew-installed java
|
|
sudo ln -s /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk /Applications/UniFi.app/Contents/PlugIns/adoptopenjdk-8.jdk
|
|
sudo v /Applications/UniFi.app/Contents/Info.plist
|
|
# THEN add this: <key>JVMRuntime</key> <string>adoptopenjdk-8.jdk</string>
|
|
|
|
# firefox-extensions:
|
|
# surfingkeys, dark reader, privacy badger, ublock origin, wikiwand,
|
|
# 1passwd classic extension, react developer tools, df youtube
|
|
|
|
# other software:
|
|
# bill: https://billtheapp.com/
|
|
# citrix: https://www.citrix.com/downloads/workspace-app/mac/workspace-app-for-mac-latest.html
|