fix typo in if
This commit is contained in:
parent
df078065fa
commit
bfe7eb0d9a
@ -14,7 +14,7 @@ cargo install atuin
|
||||
|
||||
{{ end -}}
|
||||
|
||||
{{ if (and (eq .chezmoi.os "linux") (or (eq .chezmoi.osRelease.id "debian") (eq .chezmoi.osRelease.id "ubuntu")) -}}
|
||||
{{ if (and (eq .chezmoi.os "linux") (or (eq .chezmoi.osRelease.id "debian") (eq .chezmoi.osRelease.id "ubuntu"))) -}}
|
||||
sudo apt update
|
||||
sudo apt install kitty-terminfo -y
|
||||
sudo apt install gpg git curl wget ripgrep fd-find unzip python3-pip htop fzf bat snapd -y
|
||||
|
Loading…
Reference in New Issue
Block a user