1
0

Update home/.chezmoiscripts/10-install-packages.sh

This commit is contained in:
Jeff Lance 2024-02-22 15:47:28 +01:00
parent f05b190ee4
commit 0b176ef6d3

View File

@ -5,10 +5,11 @@ set -euxo pipefail
packages=( packages=(
curl curl
wget wget
tmux
zsh
direnv direnv
starship starship
tmux
unzip
zsh
) )
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}} {{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}