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