Skip to content

Configuration in my homedir (both on Windows and on Linux) that I want to share between computers

Notifications You must be signed in to change notification settings

tfiers/dotfiles

Repository files navigation

On a new computer, in C:\Users\[name]\:

git init
git remote add origin [email protected]:tfiers/dotfiles.git
git fetch
git checkout origin/main -ft

Everything is gitignored, so to add a new file:

git add -f newfile 

About

Configuration in my homedir (both on Windows and on Linux) that I want to share between computers

Topics

Resources

Stars

Watchers

Forks