Skip to content

Instantly share code, notes, and snippets.

View gmena's full-sized avatar

Gonzalo Mena-Mendoza gmena

View GitHub Profile
@gmena
gmena / .joerc
Created December 11, 2023 04:01
My JOE editor configuration
JOE editor personal configuration
Usually at ~/.joerc
Author: gonzalo@mena.com.mx
Start with the default configuration
:include /etc/joe/joerc
Mark whatever Joe thinks is a paragraph
:def markpar bop,markb,eop,markk
@gmena
gmena / .tmux.conf
Last active April 18, 2024 22:57
My Tmux configuration
# Tmux personalization
# Works with tmux 3.0
# Usually at ~/.tmux.conf
# Author: gonzalo@mena.com.mx
# Start windows and panes at 1, not 0
set -g base-index 1
setw -g pane-base-index 1
# Renumber when deleting a window
@gmena
gmena / find_and_unzip.bash
Last active November 25, 2023 06:48
For each zip file found extract its contents under a similarly named directory
find . -name '*.zip' -exec sh -c 'unzip -d "`dirname \"{}\"`"/"`basename \"{}\" .zip`" "{}"' ';'

Keybase proof

I hereby claim:

  • I am gmena on github.
  • I am gonzalo (https://keybase.io/gonzalo) on keybase.
  • I have a public key whose fingerprint is 4528 9544 F66F E5DF 66B6 06A7 C35E 747F F6A9 85C9

To claim this, I am signing this object: