-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall-deps.sh
More file actions
executable file
·21 lines (14 loc) · 884 Bytes
/
Copy pathinstall-deps.sh
File metadata and controls
executable file
·21 lines (14 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/env bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/me/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
brew install awscli bandwhich bash-completion bat bat-extras coreutils ctop direnv eza fnm fzf gnu-tar grc git git-delta htop inetutils jq neovim ripgrep shellcheck starship tree zsh zsh-syntax-highlighting zstd
# macOS
if [[ "$(uname)" == "Darwin" ]]; then
brew tap FelixKratz/formulae
brew install --cask nikitabobko/tap/aerospace alt-tab coteditor flameshot kap monitorcontrol raycast wezterm
brew install --cask hiddenbar linearmouse --no-quarantine
brew install borders iproute2mac rustup-init
softwareupdate --install-rosetta
fi
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended