-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.install.sh
47 lines (40 loc) · 1.04 KB
/
.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#!/bin/zsh
# Install xCode cli tools
echo "Installing commandline tools..."
xcode-select --install
# Install Brew
echo "Installing Brew..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew analytics off
# Brew Taps
echo "Installing Brew Formulae..."
brew tap koekeishiya/formulae # yabai - skhd
brew install python
brew install rust
brew install node
npm install -g live-server
brew install zsh-autosuggestions
brew install zsh-syntax-highlighting
brew install starship
brew install neofetch
brew install exa
brew install zoxide
brew install skhd
brew install yabai
brew install nnn
brew install ripgrep
brew install lazygit
brew install tmux
brew install gcc
brew install git
brew install fontforge
brew install --HEAD neovim
brew install --cask alacritty
brew install --cask alfred
brew install --cask appcleaner
brew install --cask calibre
brew install --cask monitorcontrol
brew install --cask spotify
brew install --cask ubersicht
# Spotify theme
brew install spicetify/homebrew-tap/spicetify-cli