From 5fd9702ddcd8c9f3f8f7e5f5d75c1d57b9c94a3b Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 6 Jun 2023 21:35:27 -0400 Subject: [PATCH] readme and trailing newline --- README.md | 13 +++++++++---- home/.chezmoi.toml.tmpl | 1 + 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3d6dd9..6dabaf5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ xcode-select --install 4) install a patched font, [Anonymice Pro](https://www.nerdfonts.com/font-downloads). size 16 or 17, no anti-aliasing -5) bootstrap chezmoi: +5) install `age` private key from password manager into `~/.key.txt` + +6) bootstrap chezmoi: ```bash sh -c "$(curl -fsLS get.chezmoi.io)" -- \ @@ -43,14 +45,14 @@ sh -c "$(curl -fsLS get.chezmoi.io)" -- \ --guess-repo-url=false ``` -6) set the shell (mac-only): +7) set the shell (mac-only): ```bash # macos sudo chpass -s '/opt/local/bin/zsh' $USER ``` -7) install miniconda: +8) install miniconda: ```bash # debian @@ -64,9 +66,12 @@ chmod +x miniconda.sh sudo ./miniconda.sh -b -u -p /opt/miniconda3 ``` -8) set up non-automated software and tools: +9) set up non-automated software and tools: - steermouse (license in email): btn4==fwd, btn5==bck +- logitech control center +- lunar +- magnet - rust (don't use a package manager for this) - rust-analyzer (`rustup component add rust-analyzer`) - gwar (`git clone ssh://git@pingo.thermokar.st/gwar && cd gwar && cargo build --release && cp target/release/gwar ~/bin`) diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index 8623f33..0d6da5c 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -2,3 +2,4 @@ encryption = "age" [age] identity = "~/.key.txt" recipient = "age1yd87u4ae86erpem2tynyl959ppc8a3jt4ztssykytzaklut6uvus5prt2t" +