My personal dotfiles
You can use the convenience script to install the dotfiles on any machine with a single command. Simply run the following command in your terminal:
sh -c "$(wget -qO- https://shorturl.at/gFPX4)"
💡 We use
wget
here because it comes preinstalled with most Ubuntu versions. But you can also usecurl
:sh -c "$(curl -fsSL https://shorturl.at/gFPX4)"