diff --git a/files/Brewfile b/files/Brewfile index 550319a..80128c2 100644 --- a/files/Brewfile +++ b/files/Brewfile @@ -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" diff --git a/install b/install index 84c5bef..69f53af 100755 --- a/install +++ b/install @@ -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"