-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
24 lines (23 loc) · 1.13 KB
/
install.sh
File metadata and controls
24 lines (23 loc) · 1.13 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
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install tmux
brew install nvim
brew install zsh
brew install nvm
brew install htop
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
brew install fzf
curl -OL https://github.com/arl/gitmux/releases/download/v0.7.4/gitmux_0.7.4_macOS_amd64.tar.gz
tar -xzf gitmux_0.7.4_macOS_amd64.tar.gz
chmod +x gitmux
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $HOME/.oh-my-zsh/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions.git $HOME/.oh-my-zsh/plugins/zsh-autosuggestions
curl -OL https://github.com/tonsky/FiraCode/releases/download/5.2/Fira_Code_v5.2.zip
unzip Fira_Code_v5.2.zip
mkdir $HOME/alacritty
cd $HOME/.tmux/plugins/
git clone git@github.com:tmux-plugins/tmux-prefix-highlight.git
git clone git@github.com:tmux-plugins/tmux-sidebar.git
git clone git@github.com:tmux-plugins/tmux-copycat.git
git clone git@github.com:tmux-plugins/tmux-open.git
git clone git@github.com:tmux-plugins/tmux-resurrect.git
git clone git@github.com:tmux-plugins/tmux-net-speed.git