readme and trailing newline
This commit is contained in:
parent
c3f37a1518
commit
5fd9702ddc
2 changed files with 10 additions and 4 deletions
13
README.md
13
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
|
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
|
```bash
|
||||||
sh -c "$(curl -fsLS get.chezmoi.io)" -- \
|
sh -c "$(curl -fsLS get.chezmoi.io)" -- \
|
||||||
|
@ -43,14 +45,14 @@ sh -c "$(curl -fsLS get.chezmoi.io)" -- \
|
||||||
--guess-repo-url=false
|
--guess-repo-url=false
|
||||||
```
|
```
|
||||||
|
|
||||||
6) set the shell (mac-only):
|
7) set the shell (mac-only):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# macos
|
# macos
|
||||||
sudo chpass -s '/opt/local/bin/zsh' $USER
|
sudo chpass -s '/opt/local/bin/zsh' $USER
|
||||||
```
|
```
|
||||||
|
|
||||||
7) install miniconda:
|
8) install miniconda:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# debian
|
# debian
|
||||||
|
@ -64,9 +66,12 @@ chmod +x miniconda.sh
|
||||||
sudo ./miniconda.sh -b -u -p /opt/miniconda3
|
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
|
- steermouse (license in email): btn4==fwd, btn5==bck
|
||||||
|
- logitech control center
|
||||||
|
- lunar
|
||||||
|
- magnet
|
||||||
- rust (don't use a package manager for this)
|
- rust (don't use a package manager for this)
|
||||||
- rust-analyzer (`rustup component add rust-analyzer`)
|
- 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`)
|
- gwar (`git clone ssh://git@pingo.thermokar.st/gwar && cd gwar && cargo build --release && cp target/release/gwar ~/bin`)
|
||||||
|
|
|
@ -2,3 +2,4 @@ encryption = "age"
|
||||||
[age]
|
[age]
|
||||||
identity = "~/.key.txt"
|
identity = "~/.key.txt"
|
||||||
recipient = "age1yd87u4ae86erpem2tynyl959ppc8a3jt4ztssykytzaklut6uvus5prt2t"
|
recipient = "age1yd87u4ae86erpem2tynyl959ppc8a3jt4ztssykytzaklut6uvus5prt2t"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue