aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index 7fbe04f..d10831d 100644
--- a/README
+++ b/README
@@ -31,3 +31,17 @@ To install emacs packages:
To update Debian known hosts:
gmake udh
+
+For a new OpenBSD host:
+
+ pkg_add chezmoi git
+ pkg_add -l packages-openbsd
+ mkdir -p ~/.cabal/bin
+ cabal update # for xmonad
+ xmonad --recompile
+
+For a generic new host HOST:
+
+ mkdir -p ~/.ssh/keys/${HOST}
+ ssh-keygen -t ed25519 -f ~/.ssh/keys/${HOST}/id_ed25519
+ # sign ~/.ssh/keys/${HOST}/id_ed25519.pub