Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 547 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 547 Bytes

My dotfiles

These are the dotfiles I currently use. I work on Debian Linux, mainly doing Python programming. I'm working towards a keyboard-centric workflow, though there's much room for improvement.

I've gone through several dotfiles management alternatives and I'm finally going all in with making my $HOME folder a git repository. I expect this setup to be both less error-prone and more clear.

Usage:

cd ~
git init
git remote add origin [email protected]:davidag/dotfiles.git
git pull --force --recurse-submodules