Files
dotfiles/.config/install-scripts/002-zsh.sh
2023-05-22 22:38:08 +01:00

12 lines
635 B
Bash
Executable File

#!/bin/bash
apt update
apt install zsh
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.zsh/powerlevel10k
git clone https://github.com/zsh-users/zsh-completions.git ~/.zsh/zsh-completions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git .zsh/zsh-syntax-highlighting
mkdir ~/.zsh/command-not-found/
curl --output ~/.zsh/command-not-found/command-not-found.plugin.zsh https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/plugins/command-not-found/command-not-found.plugin.zsh
ln ~/.config/zsh/.zshrc ~/.zshrc