xpcoffee's playbook to getting back up and running (relatively) quickly on a new installation of Ubuntu.
Install Vivaldi
Install Sakura terminal
sudo apt install sakura && sudo update-alternatives --config x-terminal-emulator
# pick sakura emulator as the default x-terminal-emulatorWork around Sakura ctrl+arrow-key weirdness
vim ~/.config/sakura/sakura.conf
# change the value of 'switch_tab_accelerator' to 5Install node
sudo snap install node --classic --channel=11/stableInstall ruby
sudo snap install ruby --classicInstall VS Code
sudo snap install code --classicInstall zsh
sudo apt install zshInstall curl
sudo apt install curlSet up oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"Install fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/installSet up workplace directory
cd $HOME && mkdir WorkplaceSet up thefuck
sudo apt update
sudo apt install python3-dev python3-pip python3-setuptools
sudo pip3 install thefuckSet up base16 shell
git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shellSet up dotfiles
cd $HOME/Workplace && git clone https://github.com/xpcoffee/dotfiles && cd dotfiles && ./link_dotfiles.shGenerate a new SSH key
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"Install Inkscape
sudo snap install inkscape --classicInstall VLC media player
sudo snap install vlcInstall Spotify
sudo snap install spotify