mirror of
https://github.com/BreizhHardware/post_install.git
synced 2026-01-18 16:27:33 +01:00
7 lines
383 B
Bash
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
|