8 lines
270 B
Bash
8 lines
270 B
Bash
pacman -Sy
|
|
pacman -S openssh jq zsh --noconfirm
|
|
systemctl start sshd
|
|
systemctl enable sshd
|
|
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
|
rm .zshrc
|
|
curl -fsSL https://git.kiwifarms.net/xzntrc/server-configs/src/branch/master/.zshrc
|