From 124f45630297eb25a89dcb0bd29b97e80c6b04e3 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 14 Sep 2018 03:03:54 -0700 Subject: [PATCH] add asciinema --- .../skel/Library/user-setup/100.install-homebrew-apps.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/custompkg/root/etc/skel/Library/user-setup/100.install-homebrew-apps.sh b/custompkg/root/etc/skel/Library/user-setup/100.install-homebrew-apps.sh index 31baadb..c7cf939 100755 --- a/custompkg/root/etc/skel/Library/user-setup/100.install-homebrew-apps.sh +++ b/custompkg/root/etc/skel/Library/user-setup/100.install-homebrew-apps.sh @@ -4,6 +4,7 @@ source $HOME/.profile HOMEBREW_PKGS=" + asciinema autoconf automake bash-completion @@ -63,10 +64,10 @@ HOMEBREW_PKGS=" watch wget whatmask - corelocationcli - heroku - offlineimap - postgres + corelocationcli + heroku + offlineimap + postgres " for PKG in $HOMEBREW_PKGS ; do