Skip to content

rodmoioliveira/.dotfiles

Repository files navigation

.dotfiles

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

cd ~
git init
git remote add origin [email protected]:rodmoioliveira/.dotfiles.git
git fetch
git checkout -f main