Nothing special, you know...
tmux ls && read tmux_session && tmux attach -t ${tmux_session:-default} || tmux new -s ${tmux_session:-default}
Neovim goes to ~/.config/nvim/init.vim
Download the font you like from here, mkdir ~/.fonts
, unzip there and rebuild the cache using fc-cache -f -v
(On Ubuntu).