diff options
| author | Simen A. W. Olsen <so@bjerk.io> | 2023-12-11 13:50:30 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <so@bjerk.io> | 2023-12-11 13:50:30 +0100 |
| commit | 4a2edf5a0f86ce3be0f8124cdb4dcad788f4784e (patch) | |
| tree | 703b09f61e7680be276c66fd651f247affa9f1c1 /Brewfile | |
| parent | fb4b39e669c8a4aadd6acfb154d42788f6bff881 (diff) | |
| download | dotfiles-4a2edf5a0f86ce3be0f8124cdb4dcad788f4784e.tar.gz dotfiles-4a2edf5a0f86ce3be0f8124cdb4dcad788f4784e.zip | |
neovim and stuff
Diffstat (limited to 'Brewfile')
| -rw-r--r-- | Brewfile | 79 |
1 files changed, 36 insertions, 43 deletions
@@ -1,6 +1,6 @@ brew "mas" -# Some other useful utilities like `sponge` and `yadm` +brew "ghq" brew "moreutils" brew "yadm" @@ -61,13 +61,9 @@ brew "ssh-copy-id" brew "tree" brew "vbindiff" brew "zopfli" -brew "ghq" brew "kubectl" -brew "emacs" brew "nmap" -brew "fork-cleaner" brew "whalebrew" -brew "helm" brew "gh" brew "microplane" brew "jq" @@ -76,84 +72,81 @@ brew "asciinema" brew "goreleaser" brew "caddy" brew "git-secret" -brew "pnpm" brew "tmate" brew "doctl" -brew "cilium-cli" brew "act" -# Active taps: Pulumi ❤️ +# Javascript Runtimes and tools +tap "oven-sh/bun" +brew "bun" +brew "pnpm" +brew "volta" +brew "corepack" +brew "deno" + +# IaC tap "pulumi/tap" brew "pulumi" brew "crd2pulumi" brew "kube2pulumi" brew "pulumictl" brew "tf2pulumi" - -## Taskfile.dev -tap "go-task/tap" -brew "go-task" - -## Buf -tap "bufbuild/buf" -brew "buf" -brew "clang-format" - -## Minio -tap "minio/stable" -brew "mc" +brew "esc" +brew "helm" +brew "cilium-cli" # Container-related tools brew "podman" brew "podman-compose" cask "podman-desktop" -# Tools to keep us up to date -tap "frdmn/formulas" -brew "homebrew-update-notifier" # Remember to run: brew services start homebrew-update-notifier - # Taskfile tap "go-task/tap" brew "go-task" -# Actively used applications -cask "google-drive" +brew "neovim" + +# Google stuff cask "google-chrome" cask "google-drive-file-stream" -cask "visual-studio-code" +cask "google-drive" cask "google-cloud-sdk" + +# Turso +tap "tursodatabase/tap" +brew "turso" + +# Video meetings +cask "microsoft-teams" +cask "zoom" + +# Actively used applications +cask "visual-studio-code" cask "spotify" cask "memory" cask "slack" -cask "postman" cask "sonos" -cask "drawio" cask "figma" cask "discord" cask "warp" -cask "steam" cask "grammarly" cask "microsoft-remote-desktop" -cask "minecraft" cask "postico" cask "cyberduck" -cask "pandoc" -cask "todoist" +cask "adobe-creative-cloud" +cask "1password" +cask "openvpn-connect" +cask "devtoys" -# Deprecated applications -# --> Currently none 😎 +# Obsidian stuff +cask "obsidian" +tap "yakitrak/yakitrak" # My tools -tap "cobraz/tools" +tap "simenandre/tools" brew "trippl-timely" brew "xlsx-mxlookup" # App Store applications -mas "Bitwarden", id: 1352778147 -mas "GarageBand", id: 682658836 -mas "Gifski", id: 1351639930 -mas "LanScan", id: 472226235 -mas "Microsoft Remote Desktop", id: 1295203466 mas "Outline", id: 1356178125 mas "Remote Desktop", id: 409907375 -mas "SonicWall Mobile Connect", id: 822514576 |
