Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
if [[ $# -lt 1 ]]; then
echo "usage: $( basename $0 ) <https-url>" >&2
exit 1
fi
[[ $( uname ) == "Darwin" ]] && DATE='gdate' || DATE='date'
$DATE --version 2>&1 | head -n 1 | grep GNU >/dev/null
if [[ $? -ne 0 ]]; then
@venkytv
venkytv / .vimrc
Created June 5, 2019 08:11
vimrc
set nocompatible
filetype plugin indent on
set autoindent
set backspace=2
set laststatus=2
set modelines=1
set number
set pastetoggle=<C-P>
set ruler
@venkytv
venkytv / .tmux.conf
Last active June 5, 2019 08:00
tmux conf
# Prefix to match screen
unbind C-b
set -g prefix C-a
bind a send-prefix
#
# Key bindings
#
bind-key C-a last-window

Keybase proof

I hereby claim:

  • I am venkytv on github.
  • I am venky (https://keybase.io/venky) on keybase.
  • I have a public key whose fingerprint is D5CE 4FFE DE4B 8613 DA39 B3AF EBD6 F8AB 5DB9 0473

To claim this, I am signing this object: