first commit

This commit is contained in:
2020-03-01 17:47:25 -05:00
commit 03b6bfa231
7 changed files with 41 additions and 0 deletions

5
macos/macos.plugin.zsh Normal file
View File

@@ -0,0 +1,5 @@
alias allowanywhere="sudo spctl --master-disable"
function screensaver() {
open -a ScreenSaverEngine.app
}