forked from s10wen/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbootstrap.sh
More file actions
74 lines (69 loc) · 1.67 KB
/
bootstrap.sh
File metadata and controls
74 lines (69 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#!/bin/zsh
# Update
brew update
brew upgrade
# Tap
brew tap homebrew/cask-fonts
brew tap homebrew/cask-versions
# Install
brew install awscli
brew install contentful-cli
brew install diffnav
brew install docker
brew install docker-completion
brew install docker-compose
brew install ffmpeg
brew install fnm
brew install fzf
brew install gemini-cli
brew install gh
brew install git
brew install imagemagick
brew install jq
brew install repomix
brew install sops
brew install starship
brew install stow
brew install uv
brew install wget
brew install yazi
brew install yt-dlp
brew install zoxide
# Casks
brew install --cask 1password
brew install --cask 1password-cli
brew install --cask alfred
brew install --cask bitwarden
brew install --cask bruno
brew install --cask cleanshot
brew install --cask daisydisk
brew install --cask dash6
brew install --cask discord
brew install --cask google-chrome
brew install --cask google-chrome-canary
brew install --cask figma
brew install --cask firefox
brew install --cask firefox-developer-edition
brew install --cask font-fira-code-nerd-font
brew install --cask font-monaspace
brew install --cask ghostty
brew install --cask gitkraken
brew install --cask google-chrome
brew install --cask imageoptim
brew install --cask kaleidoscope
brew install --cask microsoft-edge
brew install --cask moom
brew install --cask ngrok
brew install --cask ollama-app
brew install --cask orbstack
brew install --cask pixelsnap
brew install --cask polypane
brew install --cask redis-insight
brew install --cask safari-technology-preview
brew install --cask slack
brew install --cask todoist
brew install --cask vlc
brew install --cask zed
brew install --cask zen
# Clean
brew cleanup