Mercurial > hg > config
comparison python/install_config.py @ 876:c4044724689a
addtl instructions
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Wed, 08 May 2019 20:34:07 -0700 |
parents | 1259f9d79961 |
children | e641fdf325bb |
comparison
equal
deleted
inserted
replaced
875:297cb56a2360 | 876:c4044724689a |
---|---|
6 curl http://k0s.org/hg/config/raw-file/tip/python/install_config.py | python | 6 curl http://k0s.org/hg/config/raw-file/tip/python/install_config.py | python |
7 """ | 7 """ |
8 | 8 |
9 # TODO: | 9 # TODO: |
10 # - dl and get ~/web/sync.ini : | 10 # - dl and get ~/web/sync.ini : |
11 # ``` | |
12 # mkdir -p "${HOME}/web" | |
13 # scp jhammel@k0s.org:~/web/sync.ini "${HOME}"/web/sync.ini | |
11 # ln -s /home/jhammel/web/sync.ini /home/jhammel/.silvermirror | 14 # ln -s /home/jhammel/web/sync.ini /home/jhammel/.silvermirror |
15 # ``` | |
12 # - handle cases where config is autogenerated BUT you still want | 16 # - handle cases where config is autogenerated BUT you still want |
13 # to have some base (e.g. .gkrellm2/user_config) | 17 # to have some base (e.g. .gkrellm2/user_config) |
14 # - scp k0s.org:~/web/sync.ini ~/.silvermirror | 18 # - scp k0s.org:~/web/sync.ini ~/.silvermirror |
15 # - make idempotent | 19 # - make idempotent |
16 # - step to install (and setup) firefox | 20 # - step to install (and setup) firefox |