Skip to content

Instantly share code, notes, and snippets.

@chungg
chungg / tmux.conf
Created May 3, 2021 19:19
tmux configuration
set-window-option -g mode-keys vi
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# split panes using | and -
bind | split-window -h
bind - split-window -v
@chungg
chungg / podman-dev.yml
Last active May 3, 2021 19:43
podman dev template
#
# Generation of Kubernetes YAML is still under development!
#
# Save the output of this file and use kubectl create -f to import
# it into Kubernetes.
#
# Created with podman-2.2.1
apiVersion: v1
kind: Pod
metadata: