Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 277 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 277 Bytes

.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