install oh-my-zsh

This commit is contained in:
Benjamin Palko 2024-04-16 02:15:10 +00:00
parent 09e7658618
commit 2fbdaa2e24
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,2 @@
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended --keep-zshrc

View file

@ -28,6 +28,9 @@ source .install/install-packages.sh
source .install/packages/general.sh source .install/packages/general.sh
source .install/install-packages.sh source .install/install-packages.sh
# oh-my-zsh
source .install/install-oh-my-zsh.sh
# Set Shell # Set Shell
source .scripts/set-shell.sh source .scripts/set-shell.sh