Mercurial > dotfiles
comparison .chezmoiscripts/run_onchange_after_41-install-language-servers.sh.tmpl @ 821:03e120882791
feat: install pre-commit
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 15 Dec 2023 08:05:00 +0100 |
parents | 6499aba0eaf3 |
children | e4d67607d020 |
comparison
equal
deleted
inserted
replaced
820:423e6e3b247a | 821:03e120882791 |
---|---|
1 {{ if (or (eq .chezmoi.os "darwin") (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu"))) -}} | 1 {{ if (or (eq .chezmoi.os "darwin") (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu"))) -}} |
2 {{ $taplo_version := "0.8.1" -}} | 2 {{ $taplo_version := "0.8.1" -}} |
3 {{ $ruff_version := "0.1.7" -}} | 3 {{ $ruff_version := "0.1.7" -}} |
4 {{ $pyright_version := "1.1.338" -}} | 4 {{ $pyright_version := "1.1.338" -}} |
5 #!/usr/bin/env zsh | 5 #!/usr/bin/env bash |
6 | 6 |
7 set -xe | 7 set -xe |
8 | 8 |
9 eval "$($HOME/bin/rtx activate bash)" | 9 eval "$($HOME/bin/rtx activate bash)" |
10 eval "$($HOME/bin/rtx hook-env)" | 10 eval "$($HOME/bin/rtx hook-env)" |