/.dotfiles

Here's my dotfiles collection.

Primary LanguageShell

.dotfiles

Setting up a new machine is quite easy. After the installation, run the following commands:

cd ~
git init
git remote add origin git@github.com:rodmoioliveira/.dotfiles.git
git fetch
git checkout -f main