- If in macOS, install iTerm2.
- Install Homebrew.
- Install oh-my-zsh.
- Install powerlevel10k.
- Set
alias ls="ls -oahG" - Configure git author
git config --global user.email "my.email@example.com" git config --global user.name "Mr Cool Person"
alias ls="ls -oahG"git config --global user.email "my.email@example.com"
git config --global user.name "Mr Cool Person"
alias ls="ls -oahG"git config --global user.email "my.email@example.com"
git config --global user.name "Mr Cool Person"
| ' ASR rules bypass creating child processes | |
| ' https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-exploit-guard/enable-attack-surface-reduction | |
| ' https://www.darkoperator.com/blog/2017/11/11/windows-defender-exploit-guard-asr-rules-for-office | |
| ' https://www.darkoperator.com/blog/2017/11/6/windows-defender-exploit-guard-asr-vbscriptjs-rule | |
| Sub ASR_blocked() | |
| Dim WSHShell As Object | |
| Set WSHShell = CreateObject("Wscript.Shell") | |
| WSHShell.Run "cmd.exe" | |
| End Sub |