Packages
sudo apt update && sudo apt upgrade -y && sudo apt install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common zip unzip unrar build-essential git dnsutils youtube-dl ffmpeg bat haveged
Snaps
snap install simplenote bitwarden telegram-desktop vlc gimp postman insomnia beekeeper-studio mysql-shell doctl
Zsh and Oh My Zsh!
sudo apt install zsh -y
chsh -s $(which zsh)
# Confirm
grep zsh /etc/passwd
# Logout and re-login before installing Oh My Zsh!
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
rclone
curl https://rclone.org/install.sh | sudo bash
Visual Studio Code
wget https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64 | sudo dpkg-i
ZeroTier
curl -s https://install.zerotier.com | sudo bash
Cloudflared
wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
dpkg -i cloudflared-linux-amd64.deb