Mercurial > code > home > repos > infra
diff home.py @ 320:11d3bcedb9f0
updates for tofu rebuild; some dead code; start moving tasks into subdirs with their files and templates
author | drewp@bigasterisk.com |
---|---|
date | Fri, 08 Nov 2024 23:16:56 -0800 |
parents | 65e28d2e0cd8 |
children |
line wrap: on
line diff
--- a/home.py Wed Oct 16 20:47:19 2024 -0700 +++ b/home.py Fri Nov 08 23:16:56 2024 -0800 @@ -7,6 +7,7 @@ server.shell(commands=['chsh -s /bin/zsh drewp']) files.link(path='/home/drewp/.aptitude/config', target='../own/config/aptitude-config', force=True) files.link(path='/home/drewp/.config/blender', target='../own/config/blender', force=True) + files.link(path='/home/drewp/.config/i3', target='../own/config/i3', force=True) files.link(path='/home/drewp/.emacs.d', target='own/config/emacs-d', force=True) files.link(path='/home/drewp/.fonts', target='own/config/fonts', force=True) files.link(path='/home/drewp/.fvwm2rc', target='own/config/fvwm2rc', force=True)