diff options
| author | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2025-08-09 17:12:43 +0200 |
|---|---|---|
| committer | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2025-08-09 17:12:43 +0200 |
| commit | ea82cbb1c0b778dd946c717cceace53fab391ba8 (patch) | |
| tree | f0c84a86f48d61d918b6de9dc464c08370ab6a7c /.config/Brewfile | |
init
Diffstat (limited to '.config/Brewfile')
| -rw-r--r-- | .config/Brewfile | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.config/Brewfile b/.config/Brewfile new file mode 100644 index 0000000..a008b76 --- /dev/null +++ b/.config/Brewfile @@ -0,0 +1,40 @@ +brew "git" +brew "nvim" +brew "bat" +brew "eza" +brew "fastfetch" +brew "ffmpeg" +brew "fish" +brew "fzf" +brew "fd" +brew "ripgrep" +brew "make" +brew "yazi" +brew "zoxide" +brew "node" +brew "btop" +brew "yarn" +brew "lazygit" +brew "atuin" +brew "starship" + +cask "visual-studio-code" +cask "google-chrome" +cask "middleclick" +cask "obs" +cask "betterdisplay" +cask "coconutbattery" +cask "jordanbaird-ice" +cask "raycast" +cask "karabiner-elements" +cask "keyboardcleantool" +cask "linearmouse" +cask "shottr" +cask "docker" +cask "vlc" +cask "discord" +cask "spotify" +cask "aldente" +cask "ghossty" +cask "vivaldi" +cask "brave" |
