freebsd packages tune

This commit is contained in:
Anton Volnuhin 2024-05-28 02:21:13 +03:00
parent 317ba2c019
commit a280e2449a

View File

@ -116,7 +116,8 @@ print_block
new_line "Update caches and upgrade packages" new_line "Update caches and upgrade packages"
{{ if eq .chezmoi.os "freebsd" -}} {{ if eq .chezmoi.os "freebsd" -}}
sudo pkg update sudo pkg update 2>&1|pad
{{ else if eq .chezmoi.os "darwin" -}} {{ else if eq .chezmoi.os "darwin" -}}
if ! type brew; then if ! type brew; then
@ -141,7 +142,7 @@ new_line "Install base packages"
{{ if eq .chezmoi.os "freebsd" -}} {{ if eq .chezmoi.os "freebsd" -}}
sudo pkg install --yes $BASE_PACKAGES sudo pkg install --yes $BASE_PACKAGES py39-pipx direnv 2>&1|pad
{{ else if eq .chezmoi.os "darwin" -}} {{ else if eq .chezmoi.os "darwin" -}}
brew install -q $BASE_PACKAGES python pipx 2>&1|pad brew install -q $BASE_PACKAGES python pipx 2>&1|pad
@ -209,7 +210,7 @@ new_line "Install neovim, fish, atuin, jump and the rest"
{{ if eq .chezmoi.os "freebsd" -}} {{ if eq .chezmoi.os "freebsd" -}}
sudo pkg install --yes $ACT_PACKAGES sudo pkg install --yes $ACT_PACKAGES neovim fish atuin lazygit fd-find pam_ssh_agent_auth fd 2>&1|pad
{{ else if eq .chezmoi.os "darwin" -}} {{ else if eq .chezmoi.os "darwin" -}}
brew install -q fish neovim $ACT_PACKAGES atuin jump fd sk dust lazygit 2>&1|pad brew install -q fish neovim $ACT_PACKAGES atuin jump fd sk dust lazygit 2>&1|pad