Skip to content

Instantly share code, notes, and snippets.

View tessus's full-sized avatar
💭
Lost in time...

Helmut K. C. Tessarek tessus

💭
Lost in time...
View GitHub Profile
@tessus
tessus / fzf_git.sh
Last active February 11, 2020 21:24 — forked from junegunn/functions.sh
Key bindings for git with fzf (https://junegunn.kr/2016/07/fzf-git/)
# GIT heart FZF
# -------------
is_in_git_repo() {
git rev-parse HEAD > /dev/null 2>&1
}
# Only for interactive bash session
if [[ $- =~ i ]];then
@tessus
tessus / YubiKey-GPG-SSH-guide.md
Created March 23, 2018 00:38 — forked from ageis/YubiKey-GPG-SSH-guide.md
Technical guide for using YubiKey series 4 for GPG and SSH

YubiKey 4 series GPG and SSH setup guide

Written for fairly adept technical users, preferably of Debian GNU/Linux, not for absolute beginners.

You'll probably be working with a single smartcard, so you'll want only one primary key (1. Sign & Certify) and two associated subkeys (2. Encrypt, 3. Authenticate).