I hereby claim:
- I am arkki on github.
- I am arkki (https://keybase.io/arkki) on keybase.
- I have a public key whose fingerprint is FB24 78B1 AFCE ACC0 EC15 9BC8 EAF9 5EA6 E343 6481
To claim this, I am signing this object:
| # Swap § to ` (what I use for tmux modifier and terminal shortcuts) | |
| hidutil property --set '{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":0x700000064,"HIDKeyboardModifierMappingDst":0x700000035},{"HIDKeyboardModifierMappingSrc":0x700000035,"HIDKeyboardModifierMappingDst":0x700000064}]}' | |
| # To swap back | |
| hidutil property --set '{"UserKeyMapping":[]}' |
| # ----------------------------------------------------------------- | |
| # .gitignore | |
| # Bare Minimum Git | |
| # https://salferrarello.com/starter-gitignore-file/ | |
| # ver 20221125 | |
| # | |
| # From the root of your project run | |
| # curl -O https://gist.github.com/salcode/10017553/raw/.gitignore | |
| # to download this file | |
| # |
| <%@include file="/libs/foundation/global.jsp"%> | |
| <sling:defineObjects /> | |
| <%@page session="false" contentType="text/html; charset=utf-8" | |
| pageEncoding="UTF-8" | |
| import="org.apache.sling.api.resource.*, | |
| java.util.*, | |
| javax.jcr.*, | |
| com.day.cq.search.*, | |
| com.day.cq.wcm.api.*, |
I hereby claim:
To claim this, I am signing this object:
| on run dir | |
| tell application "iTerm" | |
| activate | |
| if (count of windows) = 0 then | |
| set theWindow to (create window with default profile) | |
| set theSession to current session of theWindow | |
| else | |
| set theWindow to current window | |
| tell current window | |
| set theTab to create tab with default profile |