1
0
Fork 0
dotfiles/run_once_prepare_unix.sh.tmpl
Florian RICHER 8ff142bc1f Update dot_doom.d/config.el
Update run_once_prepare_unix.sh.tmpl
2022-05-06 22:09:34 +02:00

16 lines
488 B
Cheetah

{{ if ne .chezmoi.os "windows" }}
#!/bin/bash
# {{ if eq .chezmoi.os "linux" -}}
# {{ if eq .chezmoi.osRelease.id "ubuntu" -}}
# sudo apt install ripgrep
# {{ end -}}
# {{ end -}}
# Exemple: https://github.com/RichiCoder1/dotfiles/blob/master/executable_install-tools.sh.tmpl
{{ if eq .chezmoi.os "linux" -}}
{{ if eq .chezmoi.osRelease.idLike "arch" }}
sudo pacman -S picom i3-gaps polybar dunst
{{ end }}
# {{ else if eq .chezmoi.os "darwin" -}}
{{ end -}}
{{ end -}}