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 c7cf939..a07fec8 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,70 +4,70 @@ source $HOME/.profile HOMEBREW_PKGS=" - asciinema - autoconf - automake - bash-completion - bash-git-prompt - bonnie++ - byobu - cmake - coreutils - curl - daemontools - docker - docker-compose - docker-machine - duplicity - ffmpeg - fish - flac - geoip - ghc - gist - git - gnupg - gnupg2 - go - gpg-agent - graphviz - httpie - homebrew/dupes/rsync - irssi - jq - kubernetes-cli - lame - mosh - mtr - mutt - nmap - node - pbzip2 - pgpdump - pinentry-mac - protobuf - pv - pwgen - python3 - rust - socat - sox - speedtest_cli - syncthing - tcptraceroute - terraform - tor - torsocks - unrar - unzip - vimpager - watch - wget - whatmask - corelocationcli - heroku - offlineimap - postgres + asciinema + autoconf + automake + bash-completion + bash-git-prompt + bonnie++ + byobu + cmake + corelocationcli + coreutils + curl + daemontools + docker + docker-compose + docker-machine + duplicity + ffmpeg + fish + flac + geoip + ghc + gist + git + gnupg + gnupg2 + go + gpg-agent + graphviz + heroku + homebrew/dupes/rsync + httpie + irssi + jq + kubernetes-cli + lame + mosh + mtr + mutt + nmap + node + offlineimap + pbzip2 + pgpdump + pinentry-mac + postgres + protobuf + pv + pwgen + python3 + rust + socat + sox + speedtest_cli + syncthing + tcptraceroute + terraform + tor + torsocks + unrar + unzip + vimpager + watch + wget + whatmask " for PKG in $HOMEBREW_PKGS ; do