Skip to content

Instantly share code, notes, and snippets.

View alyptik's full-sized avatar

Joey Pabalinas (jp) alyptik

View GitHub Profile
@alyptik
alyptik / openpgp.txt
Created December 30, 2018 21:57
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:5f7d3893a3deb9df3bc59fc702e95b4f4f3643e9]
@alyptik
alyptik / keybase.md
Created February 15, 2017 06:48
keybase.md

Keybase proof

I hereby claim:

  • I am alyptik on github.
  • I am alyptik (https://keybase.io/alyptik) on keybase.
  • I have a public key whose fingerprint is A2F5 DE1C 32B6 B93E 3E48 84BF 2E02 D725 AF20 2DC1

To claim this, I am signing this object:

@alyptik
alyptik / cvim.vim
Last active September 29, 2018 04:25
set smoothscroll
set hud
set completeonopen
set localconfig
"set showtabindices
set incsearch
set typelinkhints
set numerichints
set dimhintcharacters
set linkanimations
fman() {
[[ "${#}" -gt 2 ]] && { printf 'Too many arguments!\n'; return 1; }
local width=$(tput cols)
[[ "${#}" -eq 1 ]] && local query= || \
local query="p$(<<<"$2" xxd | sed 's/^[^:]*: //;s/ [^ ]*$//;s/ //g;s/0a//g;s/../\\x&/g')"
[[ "$width" -gt "$MANWIDTH" ]] || width="$MANWIDTH"
env MANWIDTH="$width" \
LESS="FRMsw${query}" \
GROFF_NO_SGR=1 \
LESS_TERMCAP_se=$'\E[0m' \