view home.py @ 198:1329c6f5baef

update skaffold, pdm
author drewp@bigasterisk.com
date Fri, 23 Jun 2023 23:02:35 -0700
parents 087b84e68765
children 3fd439ae1380
line wrap: on
line source

from pyinfra import host
from pyinfra.operations import files, server

if host.name in [
    'dash',
    'slash',
    'bang',
    'ditto',
    ]:
    # maybe bring sync.py in here too

    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)
    files.link(path='/home/drewp/.fonts',           target='own/config/fonts', force=True)
    files.link(path='/home/drewp/.fvwm2rc',         target='own/config/fvwm2rc', force=True)
    files.link(path='/home/drewp/.hgrc',            target='own/config/hgrc', force=True)
    files.link(path='/home/drewp/.kitty',           target='own/config/kitty', force=True)
    files.link(path='/home/drewp/.zshrc',           target='own/config/zshrc', force=True)
    files.link(path='/home/drewp/bin',              target='own/config/bin/', force=True)
    files.link(path='/home/drewp/blenderkit_data',  target='own/gfx-lib/blenderkit_data/', force=True)

    server.shell(["sudo -u drewp pip install --user 'pdm==2.7.4'"])




#drwx------  3 drewp drewp  4096 Jul 31 15:07 .config/syncthing
#npm.rc?
# run on bang: pnpm server --background start