Remove host specific configuration for hostname UAC00013

This commit is contained in:
2020-05-04 20:57:02 +01:00
parent f9a9eab993
commit e458b4cb19
2 changed files with 0 additions and 27 deletions

View File

@@ -294,15 +294,3 @@ if hostname == 'noct'
mas 'WireGuard', id: 1_451_685_025
mas 'feedly', id: 865_500_966
end
if hostname == 'UAC00013'
brew 'gnu-getopt'
brew 'mariadb@10.0'
brew 'packer'
brew 'skopeo'
brew 'sops'
mas 'HiddenMe', id: 467_040_476
mas 'Microsoft Remote Desktop 8', id: 715_768_417
mas 'Microsoft Remote Desktop 10', id: 1_295_203_466
end

View File

@@ -1,15 +0,0 @@
local obj = {}
function obj.init()
local apptoggle = require('app_toggle')
apptoggle:bind({'cmd', 'alt', 'ctrl'}, 'A', 'Activity Monitor')
apptoggle:bind({'cmd', 'ctrl'}, '4', 'Skitch')
apptoggle:bind({'cmd', 'ctrl'}, 'B', 'Sequel Pro')
apptoggle:bind({'cmd', 'ctrl'}, 'D', 'Mail')
apptoggle:bind({'cmd', 'ctrl'}, 'E', 'Emacs', '/Applications/Emacs.app')
apptoggle:bind({'cmd', 'ctrl'}, 'C', 'Calendar')
apptoggle:bind({'cmd', 'ctrl'}, 'Z', 'Microsoft Teams')
end
return obj