This commit is contained in:
Adam 2023-03-01 20:04:21 -05:00
parent c4beba774d
commit a42e94adbb

View file

@ -22,4 +22,4 @@ fi &&
if ! test -d .config/zsh/ohmyzsh; then
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
fi &&
sudo chsh -s /bin/zsh $USER
sudo usermod -s /bin/zsh $USER