Skip to content

Instantly share code, notes, and snippets.

View vunsh's full-sized avatar

vunsh vunsh

  • California
  • 20:56 (UTC -08:00)
View GitHub Profile
@cheeze2000
cheeze2000 / .tmux.conf
Last active October 6, 2022 15:07
tmux config file
set -g mouse on
set -g default-terminal "xterm-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
setw -g status-right-length 120
black='#282c34'
white='#abb2bf'
purple='#c678dd'
green='#98c379'
orange='#d19a66'