This commit is contained in:
Benjamin Palko 2024-10-01 00:23:32 -04:00
parent a841d57ab7
commit 1cdd637ff1
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
if [ ! -d ~/ohmyzsh ]; then if [ ! -d ~/.oh-my-zsh/ ]; then
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended --keep-zshrc sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended --keep-zshrc
fi fi

View file

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
chsh -s $(which zsh) chsh -s "$(which zsh)"