Mercurial > hg > config
comparison python/install_config.py @ 909:92f181cb772c
remove obsolete notes
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 12 Apr 2024 05:29:12 -0700 |
parents | 8c2152e46fcc |
children |
comparison
equal
deleted
inserted
replaced
908:8c2152e46fcc | 909:92f181cb772c |
---|---|
17 # ``` | 17 # ``` |
18 # mkdir -p "${HOME}/web" | 18 # mkdir -p "${HOME}/web" |
19 # scp jhammel@k0s.org:~/web/sync.ini "${HOME}"/web/sync.ini | 19 # scp jhammel@k0s.org:~/web/sync.ini "${HOME}"/web/sync.ini |
20 # ln -s /home/jhammel/web/sync.ini /home/jhammel/.silvermirror | 20 # ln -s /home/jhammel/web/sync.ini /home/jhammel/.silvermirror |
21 # ``` | 21 # ``` |
22 # - handle cases where config is autogenerated BUT you still want | |
23 # to have some base (e.g. .gkrellm2/user_config) | |
24 # - scp k0s.org:~/web/sync.ini ~/.silvermirror | 22 # - scp k0s.org:~/web/sync.ini ~/.silvermirror |
25 # - make idempotent | |
26 # - step to install (and setup) firefox | |
27 | 23 |
28 # imports | 24 # imports |
29 import imp | 25 import imp |
30 import optparse | 26 import optparse |
31 import os | 27 import os |