darwin: iterm2 and ssh
Anirudh Oppiliappan x@icyphox.sh
Sat, 19 Nov 2022 08:58:26 +0530
2 files changed,
4 insertions(+),
2 deletions(-)
M
nix/darwin/com.googlecode.iterm2.plist
→
nix/darwin/com.googlecode.iterm2.plist
@@ -1287,7 +1287,7 @@ <string>Monaco 12</string>
<key>Non-ASCII Anti Aliased</key> <true/> <key>Normal Font</key> - <string>SFMono-Regular 15</string> + <string>Menlo-Regular 15</string> <key>Option Key Sends</key> <integer>2</integer> <key>Prompt Before Closing 2</key>@@ -2114,6 +2114,8 @@ <false/>
<key>URLHandlersByGuid</key> <dict/> <key>UseBorder</key> + <true/> + <key>UseLionStyleFullscreen</key> <false/> <key>VisualIndicatorForEsc</key> <false/>
M
ssh/config
→
ssh/config
@@ -9,7 +9,7 @@ Host github.com
User git Hostname github.com TCPKeepAlive yes - IdentityFile ~/.ssh/github-pantone + IdentityFile ~/.ssh/github Host fern Hostname fern