Mercurial > code > home > repos > infra
comparison home.py @ 146:2065998876e4
add host 'ditto'
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Mar 2023 12:17:56 -0800 |
parents | 8012f6095220 |
children | 087b84e68765 |
comparison
equal
deleted
inserted
replaced
145:ee0384eebee5 | 146:2065998876e4 |
---|---|
3 | 3 |
4 if host.name in [ | 4 if host.name in [ |
5 'dash', | 5 'dash', |
6 'slash', | 6 'slash', |
7 'bang', | 7 'bang', |
8 'ditto', | |
8 ]: | 9 ]: |
9 # maybe bring sync.py in here too | 10 # maybe bring sync.py in here too |
10 | 11 |
11 server.shell(['chsh -s /bin/zsh drewp']) | 12 server.shell(['chsh -s /bin/zsh drewp']) |
12 files.link(path='/home/drewp/.aptitude/config', target='../own/config/aptitude-config', force=True) | 13 files.link(path='/home/drewp/.aptitude/config', target='../own/config/aptitude-config', force=True) |