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
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