comparison 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
comparison
equal deleted inserted replaced
319:2e6dbebb2cb3 320:11d3bcedb9f0
5 # maybe bring sync.py in here too 5 # maybe bring sync.py in here too
6 6
7 server.shell(commands=['chsh -s /bin/zsh drewp']) 7 server.shell(commands=['chsh -s /bin/zsh drewp'])
8 files.link(path='/home/drewp/.aptitude/config', target='../own/config/aptitude-config', force=True) 8 files.link(path='/home/drewp/.aptitude/config', target='../own/config/aptitude-config', force=True)
9 files.link(path='/home/drewp/.config/blender', target='../own/config/blender', force=True) 9 files.link(path='/home/drewp/.config/blender', target='../own/config/blender', force=True)
10 files.link(path='/home/drewp/.config/i3', target='../own/config/i3', force=True)
10 files.link(path='/home/drewp/.emacs.d', target='own/config/emacs-d', force=True) 11 files.link(path='/home/drewp/.emacs.d', target='own/config/emacs-d', force=True)
11 files.link(path='/home/drewp/.fonts', target='own/config/fonts', force=True) 12 files.link(path='/home/drewp/.fonts', target='own/config/fonts', force=True)
12 files.link(path='/home/drewp/.fvwm2rc', target='own/config/fvwm2rc', force=True) 13 files.link(path='/home/drewp/.fvwm2rc', target='own/config/fvwm2rc', force=True)
13 files.link(path='/home/drewp/.hgrc', target='own/config/hgrc', force=True) 14 files.link(path='/home/drewp/.hgrc', target='own/config/hgrc', force=True)
14 files.link(path='/home/drewp/.kitty', target='own/config/kitty', force=True) 15 files.link(path='/home/drewp/.kitty', target='own/config/kitty', force=True)