The easiest way to get the ClamAV package is using Homebrew
$ brew install clamav
Before trying to start the clamd process, you'll need a copy of the ClamAV databases.
Create a freshclam.conf file and configure as so
| Homebrew build logs for nvm on macOS 10.13.6 | |
| Build date: 2020-05-05 10:20:00 |
The easiest way to get the ClamAV package is using Homebrew
$ brew install clamav
Before trying to start the clamd process, you'll need a copy of the ClamAV databases.
Create a freshclam.conf file and configure as so
| # Search in all Stash for a pattern | |
| # Install: Copy the below into the .gitconfig file | |
| # simple call | |
| # git stash-search pattern_to_search | |
| [alias] | |
| stash-search = "!f() { git show $(git stash list | cut -d\":\" -f 1) | grep \"$@\" ; }; f" | |
| # MIT License |