Personal config files
SSH into new machine and run
cd && sudo apt-get update && sudo apt-get install -y curl && curl -sO https://raw.githubusercontent.com/mar-muel/dotfiles/master/install_ubuntu.sh && source install_ubuntu.sh
Same but using neovim instead of vim
cd && sudo apt-get update && sudo apt-get install -y curl && curl -sO https://raw.githubusercontent.com/mar-muel/dotfiles/master/install_ubuntu_nvim.sh && source install_ubuntu_nvim.sh