all repos — dotfiles @ 1be1fee4dd9f58f190d13eff4cfc109985b6267f

my *nix dotfiles

Things
Anirudh Oppiliappan x@icyphox.sh
Wed, 07 Apr 2021 20:59:04 +0530
commit

1be1fee4dd9f58f190d13eff4cfc109985b6267f

parent

1a7d6e0dd25fc6c02e3d87db5617931592fb5e28

3 files changed, 7 insertions(+), 7 deletions(-)

jump to
M darwin/com.googlecode.iterm2.plistdarwin/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/configdarwin/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-repohome/bin/git-new-repo

@@ -1,4 +1,4 @@

-#!/usr/bin/env bash +#!/bin/sh repo="$1" [[ "$1" == "" ]] && repo="$(basename "$PWD")"