Skip to content

Instantly share code, notes, and snippets.

@iamhumanipromise
iamhumanipromise / Eric.localdomain.pacmanity
Created August 4, 2023 05:06
Eric.localdomain: List of installed packages
4ti2
a52dec
aalib
aarch64-linux-gnu-binutils
aarch64-linux-gnu-gcc
aarch64-linux-gnu-glibc
aarch64-linux-gnu-linux-api-headers
abseil-cpp
accerciser
accountsservice
@iamhumanipromise
iamhumanipromise / tmux.conf
Created May 29, 2023 23:21
My Tmux.conf Config
# Change the default prefix for tmux commands from "C-b" (Ctrl + b) to "C-a" (Ctrl + a)
set-option -g prefix C-a
# Unbind the "C-b" key
unbind-key C-b
# Bind "C-a" as the prefix for sending commands
bind-key C-a send-prefix
# Enable mouse support in tmux, allowing interactions such as resizing panes