Fix ohmyzsh

This commit is contained in:
Liz Cray 2024-12-13 20:15:08 -05:00
parent 5bc344089f
commit c4895a4de8
2 changed files with 4 additions and 2 deletions

View File

@ -15,9 +15,12 @@ apt upgrade -yqq
xargs apt install -y < ${HDOS_ROOT}/lists/apt-packages
${HDOS_ROOT}/scripts/nvm
${HDOS_ROOT}/script/codium
${HDOS_ROOT}/scripts/codium
${HDOS_ROOT}/scripts/ohmyzsh
chsh root /usr/bin/zsh
chsh hacdc /usr/bin/zsh
sudo -u hacdc ${HDOS_ROOT}/scripts/ohmyzsh
sudo -u hacdc ${HDOS_ROOT}/scripts/nvm
sudo -u hacdc ${HDOS_ROOT}/scripts/pyenv

View File

@ -1,2 +1 @@
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" --unattended
curl -fsSL https://git.corrupt.link/liz/hdos/raw/branch/main/dotfiles/zshrc > $HOME/.zshrc