diff --git a/installs/.Brewfile b/installs/.Brewfile new file mode 100644 index 0000000..ee2a7cc --- /dev/null +++ b/installs/.Brewfile @@ -0,0 +1,104 @@ +# ~/.Brewfile +# +# List of packages to be installed / updated via Homebrew +# Apps are sorted by category, and arranged alphabetically +# Be sure to delete / comment out anything you do not need +# See brew docs for more info: https://docs.brew.sh/Manpage + +# Options +cask_args appdir: '~/Applications', require_sha: true + +# CLI Essentials +brew 'git' +brew 'neovim' +brew 'ranger' +brew 'tmux' + +# CLI Utils +brew 'ctags' +brew 'exa' +brew 'fzf' +brew 'glances' +brew 'gotop' +brew 'jq' +brew 'lazydocker' +brew 'scc' +brew 'tldr' +brew 'tree' +brew 'xsel' + +# CLI Fun +brew 'figlet' +brew 'lolcat' +brew 'neofetch' + +# Development +brew 'gh' +cask 'android-studio' +cask 'boop' +brew 'gradle' +cask 'iterm2' +cask 'postman' +cask 'sourcetree' +cask 'utm' +cask 'visual-studio-code' + +# Languages and Compilers +brew 'docker' +brew 'gcc' +brew 'go' +brew 'lua' +brew 'node' +brew 'nvm' +brew 'openjdk' +brew 'python' +brew 'rust' + +# Security + Network Testing Tools +brew 'nmap' +brew 'wireshark' +brew 'wrk' +cask 'owasp-zap' + +# Security Utilities +cask 'gpg-suite' +cask 'veracrypt' + +# Fonts +tap 'homebrew/cask-fonts' +cask 'font-fira-code' +cask 'font-hack' +cask 'font-inconsolata' + +# Mac OS Mods and Imrovments +brew 'm-cli' +cask 'alt-tab' +cask 'amethyst' +cask 'anybar' +cask 'coteditor' +cask 'finicky' +cask 'hiddenbar' +cask 'linearmouse' +cask 'little-snitch' +cask 'stats' + +# Productivity Utils +cask 'copyq' +tap 'espanso/espanso' +cask 'espanso' + +# Media and Creativity +brew 'handbrake' +cask 'audacity' +cask 'gimp' +cask 'obs' +cask 'spotify' +cask 'transmission' +cask 'vlc' + +# General Applications +cask '1password' +cask 'tresorit' +cask 'firefox' +cask 'chromium' +cask 'standard-notes'