comparison .chezmoiscripts/run_once_after_99-build-zsh-histdb-skim.sh.tmpl @ 685:189d0c688639

feat: install zsh-histdb-skim fork from source
author zegervdv <zegervdv@me.com>
date Sun, 02 Oct 2022 11:27:18 +0200
parents
children e486254ef420
comparison
equal deleted inserted replaced
684:0bea9fd463b5 685:189d0c688639
1 {{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}}
2 #!/usr/bin/env zsh
3
4 asdf shell rust 1.64.0
5 brew unlink sqlite
6
7 git clone https://github.com/zegervdv/zsh-histdb-skim $HOME/.local/share/zsh-histdb-skim
8 cd $HOME/.local/share/zsh-histdb-skim
9 cargo build --release
10 cp target/release/zsh-histdb-skim zsh-histdb-skim
11
12 {{ end -}}