Added steps to new computer setup

This commit is contained in:
Jonas Forsberg 2023-08-15 15:29:35 +02:00
parent c663d00719
commit e1ef38ef21

View File

@ -56,7 +56,8 @@ alias dotf='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
dotf init
rm .inputrc
rm .bashrc
git remote add origin https://git.rre.nu/jonas/dotfiles.git
dotf remote add origin https://git.rre.nu/jonas/dotfiles.git
dotf config --local status.showUntrackedFiles no
dotf fetch origin
dotf checkout main
```