From af2e9294d114ee518beab1cbd4476577e968d321 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 26 Sep 2019 12:08:50 -0500 Subject: [PATCH] Comments are nice --- scripts/arch-linux/provisioning/2-essentials.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/arch-linux/provisioning/2-essentials.bash b/scripts/arch-linux/provisioning/2-essentials.bash index 9556d19..6351f90 100755 --- a/scripts/arch-linux/provisioning/2-essentials.bash +++ b/scripts/arch-linux/provisioning/2-essentials.bash @@ -44,7 +44,7 @@ pacaur --needed -S \ jq `# CLI for Interacting with JSON` \ ranger `# CLI File Manager` \ bash-completion `# Handy Scripts for Tab-Completion in Bash` \ - python-neovim python-jedi python-mistune python-psutil python-setproctitle httpie \ + python-neovim python-jedi python-mistune python-psutil python-setproctitle httpie `# httpie and neovim dependencies` \ --noconfirm --noedit # install rxvt-unicode script for resizing font on-the-fly