Mercurial > code > home > repos > infra
diff home.py @ 115:8012f6095220
update to current configs
author | drewp@bigasterisk.com |
---|---|
date | Sun, 30 Oct 2022 14:19:46 -0700 |
parents | de407da9224a |
children | 2065998876e4 |
line wrap: on
line diff
--- a/home.py Sat Oct 29 21:34:50 2022 -0700 +++ b/home.py Sun Oct 30 14:19:46 2022 -0700 @@ -1,15 +1,14 @@ from pyinfra import host -from pyinfra.operations import files +from pyinfra.operations import files, server if host.name in [ - #'dash', + 'dash', 'slash', 'bang', ]: # maybe bring sync.py in here too - # chsh zsh - + server.shell(['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/.emacs.d', target='own/config/emacs-d', force=True)