diff options
Diffstat (limited to 'Brewfile')
| -rw-r--r-- | Brewfile | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/Brewfile b/Brewfile new file mode 100644 index 0000000..38067af --- /dev/null +++ b/Brewfile @@ -0,0 +1,88 @@ +brew "mas" + + +# Install some other useful utilities like `sponge`. +brew "moreutils" +# Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed. +brew "findutils" + +# Install GNU `sed`, overwriting the built-in `sed`. +brew "gnu-sed" + +# Install a modern version of Bash. +brew "bash" +brew "bash-completion2" + +# Install `wget` with IRI support. +brew "wget" + +# Install GnuPG to enable PGP-signing commits. +brew "gnupg" + +# Install more recent versions of some macOS tools. +brew "vim" +brew "grep" +brew "openssh" +brew "screen" +brew "gmp" + +# Install font tools +tap "bramstein/webfonttools" +tap "homebrew/cask-drivers" +brew "sfnt2woff" +brew "sfnt2woff-zopfli" +brew "woff2" + +# Programming languages +brew "golang" +cask "adoptopenjdk8" + +# Other useful binaries +brew "ack" +brew "git" +brew "git-lfs" +brew "gs" +brew "lua" +brew "p7zip" +brew "pigz" +brew "pv" +brew "rename" +brew "rlwrap" +brew "ssh-copy-id" +brew "tree" +brew "vbindiff" +brew "zopfli" +brew "ghq" +brew "kubectl" +brew "emacs" +brew "nmap" +brew "pulumi" +brew "fork-cleaner" + +tap "bufbuild/buf" +brew "buf" +brew "clang-format" + +# Tooling +cask "google-chrome" +cask "google-drive-file-stream" +cask "adobe-creative-cloud" +cask "visual-studio-code" +cask "google-cloud-sdk" +cask "iterm2" +cask "spotify" +cask "memory" +cask "slack" +cask "docker" +cask "postman" +cask "sonos" +cask "tunnelblick" +cask "drawio" +cask "figma" +cask "discord" + +# My tools +brew "cobraz/tools/trippl-timely" + +# Mac Application +mas "gifski", id: 1351639930 |
