diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2025-05-05 07:59:25 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2025-05-05 07:59:25 +0200 |
| commit | 04673a4d56f05ff14b32941ae37e6261e1ada777 (patch) | |
| tree | 7cd97920053991b1a2fef98d3c2dd14d59c5c61f | |
| parent | 428e13e74d9248b8f0377e22956dfdffef2b6655 (diff) | |
| download | dotfiles-04673a4d56f05ff14b32941ae37e6261e1ada777.tar.gz dotfiles-04673a4d56f05ff14b32941ae37e6261e1ada777.zip | |
updates
| -rw-r--r-- | apps/Brewfile | 57 | ||||
| -rwxr-xr-x | zsh/.config/zsh/path | 1 |
2 files changed, 30 insertions, 28 deletions
diff --git a/apps/Brewfile b/apps/Brewfile index b2f3625..9290df6 100644 --- a/apps/Brewfile +++ b/apps/Brewfile @@ -10,6 +10,35 @@ tap "libsql/sqld" tap "yakitrak/yakitrak" # Tap for yakitrak tools tap "simenandre/tools" # Tap for Simen Andre's tools +# Applications +cask "spotify" # Spotify music streaming +brew "neovim" # Hyperextensible Vim-based text editor +cask "slack" # Slack messaging app +cask "sonos" # Sonos controller app +brew "tmux" # Terminal multiplexer +cask "figma" # Figma design tool +cask "discord" # Discord chat and voice app +cask "grammarly" # Grammarly writing assistant +cask "microsoft-remote-desktop" # Microsoft Remote Desktop app +cask "postico" # PostgreSQL GUI client +cask "cyberduck" # FTP and cloud storage browser +cask "adobe-creative-cloud" # Adobe Creative Cloud +# TODO: Figure out how to handle 1password when it updates itself +# cask "1password" # 1Password password manager +cask "1password-cli" # 1Password command-line tool +cask "protonvpn" # ProtonVPN client +cask "openvpn-connect" # OpenVPN client +cask "raycast" # Command launcher +cask "rectangle" # Window management app +cask "google-chrome" # Google Chrome browser +cask "google-drive" # Google Drive +cask "google-drive-file-stream" # Google Drive for desktop +cask "karabiner-elements" # Keyboard customizer +cask "postman" # API platform +cask "ghostty" # Modern terminal emulator +cask "proton-mail" # ProtonMail client +cask "claude" + # Mas brew "mas" # Mac App Store command-line interface mas "Outline", id: 1356178125 # Outline VPN @@ -120,34 +149,6 @@ brew "sqld" # SQL daemon cask "microsoft-teams" # Microsoft Teams cask "zoom" # Zoom video conferencing -# Applications -cask "spotify" # Spotify music streaming -brew "neovim" # Hyperextensible Vim-based text editor -cask "slack" # Slack messaging app -cask "sonos" # Sonos controller app -brew "tmux" # Terminal multiplexer -cask "figma" # Figma design tool -cask "discord" # Discord chat and voice app -cask "grammarly" # Grammarly writing assistant -cask "microsoft-remote-desktop" # Microsoft Remote Desktop app -cask "postico" # PostgreSQL GUI client -cask "cyberduck" # FTP and cloud storage browser -cask "adobe-creative-cloud" # Adobe Creative Cloud -# TODO: Figure out how to handle 1password when it updates itself -# cask "1password" # 1Password password manager -cask "1password-cli" # 1Password command-line tool -cask "protonvpn" # ProtonVPN client -cask "openvpn-connect" # OpenVPN client -cask "raycast" # Command launcher -cask "rectangle" # Window management app -cask "google-chrome" # Google Chrome browser -cask "google-drive" # Google Drive -cask "google-drive-file-stream" # Google Drive for desktop -cask "karabiner-elements" # Keyboard customizer -cask "postman" # API platform -cask "ghostty" # Modern terminal emulator -cask "proton-mail" # ProtonMail client - # Terminal Tools brew "pv" # Pipe viewer brew "rename" # Perl-powered file rename script diff --git a/zsh/.config/zsh/path b/zsh/.config/zsh/path index 51ae869..b568791 100755 --- a/zsh/.config/zsh/path +++ b/zsh/.config/zsh/path @@ -11,4 +11,5 @@ add_to_path() { add_to_path "$HOME/.volta/bin" add_to_path "$GOPATH/bin" add_to_path "/Library/Frameworks/Firebird.framework/Resources/bin" +add_to_path "/opt/homebrew/opt/libpq/bin" |
