From 5648a2b23b8b030176c315687099879c35996d61 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 4 Jul 2021 08:31:49 -0500 Subject: [PATCH] Add sops and age properly lolololol --- os/linux/arch/provision.d/20-install-packages.bash | 1 + 1 file changed, 1 insertion(+) 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` \