mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +00:00
Remove host specific configuration for hostname UAC00013
This commit is contained in:
12
Brewfile
12
Brewfile
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user