This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |