checks for atuin
This commit is contained in:
parent
cf9f51cb6e
commit
709100460d
@ -129,8 +129,11 @@ sleep 3
|
|||||||
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
||||||
sudo apt install fish $ACT_PACKAGES -y
|
sudo apt install fish $ACT_PACKAGES -y
|
||||||
nix-env -iA nixpkgs.neovim nixpkgs.jump
|
nix-env -iA nixpkgs.neovim nixpkgs.jump
|
||||||
bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh)
|
if ! fish -c atuin &>/dev/null
|
||||||
|
then
|
||||||
|
bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh)
|
||||||
|
fi
|
||||||
|
|
||||||
{{ else if eq .chezmoi.os "darwin" -}}
|
{{ else if eq .chezmoi.os "darwin" -}}
|
||||||
brew install fish neovim $ACT_PACKAGES atuin jump -y
|
brew install fish neovim $ACT_PACKAGES atuin jump -y
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user