clean up readme

This commit is contained in:
Matthew Ryan Dillon 2023-05-13 18:21:10 -04:00
parent 2680f60cbd
commit 4a504a334b
2 changed files with 21 additions and 8 deletions

View file

@ -9,10 +9,10 @@ sudo apt install \
ripgrep \
tmux \
tree \
wget \
zsh \
-y
{{ end }}
{{ if eq .chezmoi.hostname "rattusrattus" -}}
{{ else if eq .chezmoi.os "darwin" -}}
#!/bin/sh
sudo port install \
git \
@ -20,6 +20,7 @@ sudo port install \
ripgrep \
tmux \
tree \
wget \
zellij \
zsh
{{ end }}