7 lines
203 B
Bash
Executable file
7 lines
203 B
Bash
Executable file
#!/bin/env sh
|
|
|
|
yay -S --needed zsh oh-my-zsh
|
|
|
|
chsh -s $(which zsh)
|
|
|
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --keep-zshrc --unattended || exit 0
|