From 60291b8c627fa522890d9d19dc393e2ef28c20c3 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 21 Oct 2019 17:16:44 -0500 Subject: [PATCH] Add more essentials --- scripts/arch-linux/provisioning/2-essentials.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/arch-linux/provisioning/2-essentials.bash b/scripts/arch-linux/provisioning/2-essentials.bash index 6351f90..38e839f 100755 --- a/scripts/arch-linux/provisioning/2-essentials.bash +++ b/scripts/arch-linux/provisioning/2-essentials.bash @@ -45,6 +45,8 @@ pacaur --needed -S \ ranger `# CLI File Manager` \ bash-completion `# Handy Scripts for Tab-Completion in Bash` \ python-neovim python-jedi python-mistune python-psutil python-setproctitle httpie `# httpie and neovim dependencies` \ + docker docker-compose `# Yummy containers` \ + inotify-tools `# Watching` \ --noconfirm --noedit # install rxvt-unicode script for resizing font on-the-fly