/_dotfiles

My personal dotfiles

Primary LanguageShellMIT LicenseMIT

dotfiles

My personal dotfiles

Getting started

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 use curl:

 sh -c "$(curl -fsSL https://shorturl.at/gFPX4)"