Files
post_install/zsh_custom.sh
2022-12-24 13:33:23 +01:00

7 lines
383 B
Bash

rm -rf ~/.zshrc
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
wget https://raw.githubusercontent.com/BreizhHardware/post_install/main/.zshrc
cp .zshrc ~/.zshrc
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting