Adds zsh as config

This commit is contained in:
Michel Fedde 2025-03-03 20:23:38 +01:00
parent e7cd52edaa
commit 091df60ed3
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/bin/env sh
yay -S --needed zsh oh-my-zsh
chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --keep-zshrc --unattended || exit 0