Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 467 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 467 Bytes

homedir

This Git repository contains the configuration files and other resources such as scripts and wallpapers in my home directory. Drew DeVault's "Managing my dotfiles as a git repository" inspired me to use this method to manage my setup.

Installation (modified from Drew Devault's guide)

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