Fix ohmyzsh
This commit is contained in:
parent
5bc344089f
commit
c4895a4de8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user