From 97e4e3989ea84b5ef675d6d4aaf767bcf9115b5f Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 14 May 2023 17:01:11 -0400 Subject: [PATCH] maint: gwar && PEMDAS --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 78974a0..efbb864 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,11 @@ sudo scutil --set ComputerName $MY_HOSTNAME dscacheutil -flushcache # maybe reboot, too? ``` -2) set the shell: +2) set the shell (linux-only): ```bash # debian chsh -s $(which zsh) - -# macos -sudo chpass -s '/opt/local/bin/zsh' $USER ``` 3) set up the package manager: @@ -46,7 +43,14 @@ sh -c "$(curl -fsLS get.chezmoi.io)" -- \ --guess-repo-url=false ``` -6) install miniconda: +6) set the shell (mac-only): + +```bash +# macos +sudo chpass -s '/opt/local/bin/zsh' $USER +``` + +7) install miniconda: ```bash # debian @@ -60,7 +64,8 @@ chmod +x miniconda.sh sudo ./miniconda.sh -b -u -p /opt/miniconda3 ``` -7) set up non-automated software and tools: +8) set up non-automated software and tools: - steermouse (license in email): btn4==fwd, btn5==bck - rust (don't use a package manager for this) +- gwar (`git clone ssh://git@pingo.thermokar.st/gwar && cd gwar && cargo build --release && cp target/release/gwar ~/bin`)