-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathinstall.sh
More file actions
executable file
·32 lines (22 loc) · 927 Bytes
/
Copy pathinstall.sh
File metadata and controls
executable file
·32 lines (22 loc) · 927 Bytes
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
brew install font-fira-code-nerd-font
# https://github.com/zdharma-continuum/zinit?tab=readme-ov-file#install
bash -c "$(curl --fail --show-error --silent \
--location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"
# https://github.com/tonsky/FiraCode/wiki/Installing
brew install --cask font-fira-code
# https://ghostty.org/docs/install/binary
brew install --cask ghostty
# https://www.jetify.com/devbox/docs/installing_devbox/
curl -fsSL https://get.jetify.com/devbox | bash
# https://obsproject.com/kb/mac-installation#homebrew
brew install --cask obs
# https://github.com/hidetatz/kubecolor
brew install kubecolor
# https://github.com/sharkdp/bat
brew install bat
# https://formulae.brew.sh/formula/starship
brew install starship
# https://formulae.brew.sh/formula/thefuck
brew install thefuck
# https://formulae.brew.sh/formula/kubernetes-cli
brew install kubernetes-cli