Things
Anirudh Oppiliappan x@icyphox.sh
Wed, 07 Apr 2021 20:59:04 +0530
3 files changed,
7 insertions(+),
7 deletions(-)
M
darwin/com.googlecode.iterm2.plist
→
darwin/com.googlecode.iterm2.plist
@@ -1169,7 +1169,7 @@ <string>Monaco 12</string>
<key>Non-ASCII Anti Aliased</key> <true/> <key>Normal Font</key> - <string>SFMono-Regular 13</string> + <string>Menlo-Regular 14</string> <key>Option Key Sends</key> <integer>2</integer> <key>Prompt Before Closing 2</key>
M
darwin/ssh/config
→
darwin/ssh/config
@@ -1,8 +1,8 @@
Host github.com - Hostname ssh.github.com - Port 443 + Hostname ssh.github.com + Port 443 TCPKeepAlive yes - IdentityFile ~/.ssh/github + IdentityFile ~/.ssh/github Host deepsource Hostname github.com@@ -30,6 +30,6 @@ User ubuntu
IdentityFile ~/.ssh/id_rsa Host * - ServerAliveInterval 180 - ServerAliveCountMax 3 + ServerAliveInterval 180 + ServerAliveCountMax 3 UseKeychain yes
M
home/bin/git-new-repo
→
home/bin/git-new-repo
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash +#!/bin/sh repo="$1" [[ "$1" == "" ]] && repo="$(basename "$PWD")"