Skip to content

Instantly share code, notes, and snippets.

View Falkor's full-sized avatar

Sebastien Varrette Falkor

View GitHub Profile
@Falkor
Falkor / install-tmux.sh
Last active December 23, 2020 18:00 — forked from j3j3k/install-tmux.sh
Install tmux 2.9a on centos 7
#! /bin/bash -l
# Time-stamp: <Wed 2020-12-23 18:59 svarrette>
############################################################################
# Install tmux 2.9a on Centos
# Adapted from https://gist.github.com/j3j3k/2378f8e7bca7bcda7ffab16b6b97a328
CMD_PREFIX=
TMUX_VERSION=2.9a
LIBEVENT_VERSION=2.1.10-stable
@Falkor
Falkor / git-crypt-rm-gpg-user.sh
Last active February 27, 2024 16:31 — forked from glogiotatidis/remove-gpg-user.sh
Git-crypt remove user.
#!/usr/bin/env bash
#
# Script to remove GPG user (recipient) with git-crypt
#
# It will re-initialize git-crypt for the repository and re-add all keys except
# the one requested for removal.
#
# Note: You still need to change all your secrets to fully protect yourself.
# Removing a user will prevent them from reading future changes but they will
# still have a copy of the data up to the point of their removal.