Skip to content

Instantly share code, notes, and snippets.

View liijunwei's full-sized avatar
🎯
Focusing

junwei liijunwei

🎯
Focusing
View GitHub Profile
@jovianlin
jovianlin / .tmux.conf
Last active February 4, 2023 16:06
~/.tmux.conf for iTerm2
###########################
# ~/.tmux.conf for iTerm2 #
# #
# by Jovian Lin #
###########################
##########
# Basics #
##########
@chrisnordqvist
chrisnordqvist / init.lua
Created February 14, 2018 10:03
My hammerspoon config
logger = hs.logger.new('main')
--- functions
function open(name)
return function()
hs.application.launchOrFocus(name)
if name == 'Finder' then
hs.appfinder.appFromName(name):activate()
end
end