-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmacos-install.sh
32 lines (29 loc) · 910 Bytes
/
macos-install.sh
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 \
git \
tmux \
neovim \
starship \
ripgrep \
fzf \
htop \
jesseduffield/lazydocker/lazydocker \
jesseduffield/lazygit/lazygit \
ansible \
httpie \
k6 \
nvm \
python-setuptools \
tpm \
helm \
kubernetes-cli
brew install --casks google-chrome stats alacritty orbstack linearmouse raycast
brew tap homebrew/cask-fonts
brew install font-sauce-code-pro-nerd-font
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# You should create NVM's working directory if it doesn't exist:
# mkdir ~/.nvm
#
# Add the following to your shell profile e.g. ~/.profile or ~/.zshrc:
# export NVM_DIR="$HOME/.nvm"
# [ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh" # This loads nvm
# [ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion