diff --git a/os/linux/arch/provision.d/20-install-packages.bash b/os/linux/arch/provision.d/20-install-packages.bash index 1d37f6a..2c7f8c8 100755 --- a/os/linux/arch/provision.d/20-install-packages.bash +++ b/os/linux/arch/provision.d/20-install-packages.bash @@ -38,6 +38,7 @@ yay -Sy --needed --noconfirm \ jq `# CLI for Interacting with JSON` \ httpie `# httpie and neovim dependencies` \ docker docker-compose `# Yummy containers` \ + age sops `# Simple Secretes Managements` \ inotify-tools `# Watching` \ fish `# Shell` \ time `# GNU time` \