-
Notifications
You must be signed in to change notification settings - Fork 0
/
for_all_os.sh
15 lines (10 loc) · 890 Bytes
/
for_all_os.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
# Install Powerlevel10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
# Install nvim
git clone --depth 1 https://github.com/AstroNvim/AstroNvim ~/.config/nvim
[[ ! -f "~/.local/share/fonts/MesloLGS NF Regular.ttf" ]] || wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf -P ~/.local/share/fonts
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting