maint: gwar && PEMDAS
This commit is contained in:
parent
6f0ea914e3
commit
97e4e3989e
1 changed files with 11 additions and 6 deletions
17
README.md
17
README.md
|
@ -13,14 +13,11 @@ sudo scutil --set ComputerName $MY_HOSTNAME
|
||||||
dscacheutil -flushcache # maybe reboot, too?
|
dscacheutil -flushcache # maybe reboot, too?
|
||||||
```
|
```
|
||||||
|
|
||||||
2) set the shell:
|
2) set the shell (linux-only):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# debian
|
# debian
|
||||||
chsh -s $(which zsh)
|
chsh -s $(which zsh)
|
||||||
|
|
||||||
# macos
|
|
||||||
sudo chpass -s '/opt/local/bin/zsh' $USER
|
|
||||||
```
|
```
|
||||||
|
|
||||||
3) set up the package manager:
|
3) set up the package manager:
|
||||||
|
@ -46,7 +43,14 @@ sh -c "$(curl -fsLS get.chezmoi.io)" -- \
|
||||||
--guess-repo-url=false
|
--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
|
```bash
|
||||||
# debian
|
# debian
|
||||||
|
@ -60,7 +64,8 @@ chmod +x miniconda.sh
|
||||||
sudo ./miniconda.sh -b -u -p /opt/miniconda3
|
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
|
- steermouse (license in email): btn4==fwd, btn5==bck
|
||||||
- rust (don't use a package manager for this)
|
- 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`)
|
||||||
|
|
Loading…
Add table
Reference in a new issue