mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add config stuff for machine with hostname UAC00013
This commit is contained in:
4
Brewfile
4
Brewfile
@@ -242,4 +242,8 @@ if `hostname -s`.strip == 'noct'
|
||||
mas 'feedly', id: 865_500_966
|
||||
end
|
||||
|
||||
if `hostname -s`.strip == 'UAC00013'
|
||||
cask 'microsoft-teams'
|
||||
end
|
||||
|
||||
# rubocop:enable Naming/FileName
|
||||
|
||||
15
hammerspoon/hosts/UAC00013.lua
Normal file
15
hammerspoon/hosts/UAC00013.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
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'}, 'X', 'Calendar')
|
||||
apptoggle:bind({'cmd', 'ctrl'}, 'Z', 'Microsoft Teams')
|
||||
end
|
||||
|
||||
return obj
|
||||
Reference in New Issue
Block a user