comparison .chezmoiscripts/run_once_after_99-build-zsh-histdb-skim.sh.tmpl @ 745:10e3f300baea

feat: add excludes for centos machines
author Zeger Van de Vannet <zegervdv@me.com>
date Mon, 19 Dec 2022 08:09:38 +0100
parents 6aabd0b8d766
children 1896bcf3fdb8
comparison
equal deleted inserted replaced
744:3ebd380b6ce1 745:10e3f300baea
1 {{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}} 1 {{ if (and (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) (ne .chezmoi.osRelease.id "centos")) -}}
2 #!/usr/bin/env zsh 2 #!/usr/bin/env zsh
3 3
4 source $HOME/.asdf/asdf.sh 4 source $HOME/.asdf/asdf.sh
5 asdf shell rust 1.64.0 5 asdf shell rust 1.64.0
6 brew unlink sqlite 6 brew unlink sqlite