cleanup brew

This commit is contained in:
Niccolo Borgioli 2023-02-23 19:32:29 +01:00
parent 89d80b1698
commit 3078e568be
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
2 changed files with 25 additions and 21 deletions

View File

@ -27,12 +27,34 @@ brew "rsync"
cask "font-hack-nerd-font"
cask "font-jetbrains-mono-nerd-font"
# Utility
cask "macfuse"
cask "appcleaner"
cask "balenaetcher"
cask "mark-text"
cask "sloth"
cask "keka"
cask "knockknock"
cask "lulu"
cask "mediahuman-audio-converter"
cask "handbrake"
cask "imageoptim"
cask "bettertouchtool"
cask "suspicious-package"
cask "mullvadvpn"
cask "cyberduck"
cask "mountain-duck"
cask "veracrypt"
# Dev
cask "docker"
cask "iterm2"
cask "kitty"
cask "sloth"
cask "visual-studio-code"
cask "vscodium"
cask "postman"
# Apps
cask "mark-text"
cask "bitwarden"
cask "spotify"
cask "vlc"
@ -40,25 +62,7 @@ cask "transmission"
cask "slack"
cask "notion"
cask "signal"
cask "visual-studio-code"
cask "docker"
cask "handbrake"
cask "firefox"
cask "knockknock"
cask "lulu"
cask "mediahuman-audio-converter"
cask "obs"
cask "postman"
cask "bettertouchtool"
cask "affinity-photo"
cask "affinity-designer"
cask "affinity-publisher"
cask "macfuse"
cask "figma"
cask "keycastr"
cask "veracrypt"
cask "suspicious-package"
cask "mullvadvpn"
cask "imageoptim"
cask "cyberduck"
cask "mountain-duck"

View File

@ -36,7 +36,7 @@ if [[ $platform == "Darwin" ]]; then
if uninstalled brew; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
brew bundle --file ./files/Brewfile
brew bundle --no-lockfile --file ./files/Brewfile
# iTerm2
defaults write com.googlecode.iterm2.plist PrefsCustomFolder -string "~/.dotfiles/files/iterm2"