Mercurial > dotfiles
comparison .chezmoiscripts/run_once_after_99-build-zsh-histdb-skim.sh.tmpl @ 809:72744c944497
feat: install packages and rtx for management
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 05 Dec 2023 20:03:16 +0100 |
parents | 1896bcf3fdb8 |
children |
comparison
equal
deleted
inserted
replaced
808:459e70c99f4c | 809:72744c944497 |
---|---|
1 {{ if (or (eq .chezmoi.os "darwin") (and (eq .chezmoi.os "linux") (ne .chezmoi.arch "arm64") (ne .chezmoi.osRelease.id "centos"))) -}} | 1 {{ if (or (eq .chezmoi.os "darwin") (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu"))) -}} |
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 |