feat: add deps

Signed-off-by: Li Tang <iamtangli42@gmail.com>
This commit is contained in:
2026-03-25 17:38:43 +08:00
parent 5bbf5b4b3b
commit 2b080e76f6
2 changed files with 57 additions and 53 deletions

View File

@@ -60,6 +60,7 @@ brew "oven-sh/bun/bun"
brew "vitobotta/tap/hetzner_k3s" brew "vitobotta/tap/hetzner_k3s"
cask "1password" cask "1password"
cask "alacritty" cask "alacritty"
cask "antigravity"
cask "apifox" cask "apifox"
cask "brave-browser" cask "brave-browser"
cask "farion1231/ccswitch/cc-switch" cask "farion1231/ccswitch/cc-switch"
@@ -72,6 +73,7 @@ cask "codex"
cask "codex-app" cask "codex-app"
cask "copilot-cli" cask "copilot-cli"
cask "datagrip" cask "datagrip"
cask "db-browser-for-sqlite"
cask "feishu" cask "feishu"
cask "font-jetbrains-mono-nerd-font" cask "font-jetbrains-mono-nerd-font"
cask "font-maple-mono-nf-cn" cask "font-maple-mono-nf-cn"

View File

@@ -179,6 +179,8 @@ function cmd_init() {
# Set default macOS preferences # Set default macOS preferences
print_warning "Setting macOS preferences..." print_warning "Setting macOS preferences..."
defaults write -g ApplePressAndHoldEnabled -bool false 2>/dev/null || true defaults write -g ApplePressAndHoldEnabled -bool false 2>/dev/null || true
defaults write -g KeyRepeat -int 2 2>/dev/null || true
defaults write -g InitialKeyRepeat -int 15 2>/dev/null || true
print_success "Preferences set" print_success "Preferences set"
print_header "Init Complete!" print_header "Init Complete!"