feat: remade scripts to be simpler

This commit is contained in:
2026-03-28 22:26:19 +00:00
commit a39315d77c
24 changed files with 879 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
# Taps
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "nikitabobko/tap"
# System Tools & Terminal
brew "btop"
brew "cloudflared"
brew "eza"
brew "fastfetch"
brew "fzf"
brew "stow"
brew "tmux"
brew "unzip"
brew "zoxide"
brew "zsh-autosuggestions"
brew "zsh-syntax-highlighting"
# Development & Programming
brew "bun"
brew "go"
brew "lazygit"
brew "node"
brew "pnpm"
# Casks (GUI Apps)
cask "1password"
cask "aerospace"
cask "alacritty"
cask "blender"
cask "bruno"
cask "cursor"
cask "docker"
cask "ghostty"
cask "hoppscotch"
cask "keka"
cask "obsidian"
cask "onlyoffice"
cask "pearcleaner"
brew "proton-pass"
cask "setapp"
cask "sf-symbols"
cask "sourcetree"
cask "tableplus"
cask "visual-studio-code"
cask "zed"
cask "zen-browser"
# Fonts
cask "font-inter"
cask "font-sf-mono"
cask "font-sf-pro"