------------------------------------------------------------------------------- Brew Installation ------------------------------------------------------------------------------- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ------------------------------------------------------------------------------- ClamAV Installation, Configuration, & Execution ------------------------------------------------------------------------------- brew analytics off brew install clamav sudo mkdir /usr/local/sbin sudo chown -R `whoami`:admin /usr/local/sbin brew link clamav cd /usr/local/etc/clamav/ cp freshclam.conf.sample freshclam.conf sed -ie 's/^Example/#Example/g' freshclam.conf freshclam -v clamscan -r -i / clamscan -i -r --remove=yes / ------------------------------------------------------------------------------- Application Installations ------------------------------------------------------------------------------- brew install taskexplorer brew install knockknock brew install little-snitch brew install lulu brew install oversight brew install onyx brew install virtualbox brew update brew upgrade brew cleanup -s brew autoremove