Last active 1754475957

Revision ddb4e3a8d88a6048bade68d146f49ce9b290dbb6

install-ohmyzsh.sh Raw
1apt update && apt install zsh git curl rsync net-tools dnsutils htop iotop tmux gnupg2 fonts-font-awesome fonts-powerline -y
2
3sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
4git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
5git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
6
7curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh
8
9curl https://gist.palmasolutions.net/Malin/cdaff97731544c13a06e95bf94365959/raw/HEAD/.zshrc --output /root/.zshrc && source /root/.zshrc