Skip to content

Instantly share code, notes, and snippets.

View TheSuperiorStanislav's full-sized avatar
:shipit:
The worst is yet to come

Stanislav Khlud TheSuperiorStanislav

:shipit:
The worst is yet to come
View GitHub Profile
# bash <(curl https://gist.githubusercontent.com/TheSuperiorStanislav/95f6db1a5c1179430c434f0d7ce6cf34/raw/setup.sh)
apt update
apt upgrade -y
apt install curl zsh curl socat
chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
apt install zsh-syntax-highlighting
echo "source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
apt update
apt install ca-certificates curl