mirror of
https://github.com/zebrajr/HomeLab.git
synced 2026-01-15 12:15:06 +00:00
add ohmyzsh
This commit is contained in:
9
fedora-bootstrap/packages/ohmyzsh.sh
Normal file
9
fedora-bootstrap/packages/ohmyzsh.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
if [ "$SETUP_CORE_TTY" != true ]; then
|
||||
echo "${SKIPPING_PRE_TEXT} ohmyzsh. SETUP_CORE_TTY is not true"
|
||||
return 0
|
||||
fi
|
||||
|
||||
echo "${INSTALLING_PRE_TEXT} ohmyzsh"
|
||||
sudo dnf install zsh -y
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
Reference in New Issue
Block a user