diff options
| author | Simen A. W. Olsen <so@bjerk.io> | 2021-02-05 22:53:00 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <so@bjerk.io> | 2021-02-05 22:53:00 +0100 |
| commit | 004ec3e75baa512342feac8d10a03b7e010563a5 (patch) | |
| tree | a866256e598a58fb9abc37ab83d583b463ffba38 /Brewfile | |
| parent | 0ae9a4f809cc7f48f176a09eda9a6ffe0ecca489 (diff) | |
| download | dotfiles-004ec3e75baa512342feac8d10a03b7e010563a5.tar.gz dotfiles-004ec3e75baa512342feac8d10a03b7e010563a5.zip | |
2021 update
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 |
