This commit is contained in:
Anton Volnuhin 2023-05-30 08:15:40 +03:00
parent 709100460d
commit 18276dc8c4

View File

@ -21,7 +21,7 @@ $Green##########################################################################
sudo apt update
sudo apt upgrade -y
{{ else if eq .chezmoi.osRelease "arch" -}}
{{ else if eq .chezmoi.osRelease.id "arch" -}}
sudo pacman -Syu --noconfirm
{{ else if .chezmoi.os "darwin" -}}
@ -122,7 +122,7 @@ sleep 3
sudo dnf install neovim fish $ACT_PACKAGES -y
nix-env -iA nixpkgs.atuin nixpkgs.jump
{{ else if eq .chezmoi.osRelease "arch" -}}
{{ else if eq .chezmoi.osRelease.id "arch" -}}
sudo pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES
nix-env -iA nixpkgs.jump