dotfiles/home/run_once_install-packages.sh.tmpl
2023-04-30 16:09:55 -05:00

25 lines
342 B
Cheetah

{{ if eq .chezmoi.hostname "devterm" -}}
#!/bin/sh
sudo apt install \
brightnessctl \
git \
libncurses-dev \
libssl-dev \
lynx \
ripgrep \
tmux \
tree \
zsh \
-y
{{ end }}
{{ if eq .chemoi.hostname "rattusrattus" -}}
#!/bin/sh
sudo port install \
git \
helix \
ripgrep \
tmux \
tree \
zellij \
zsh
{{ end }}