Skip to content

Instantly share code, notes, and snippets.

View faisalmansoor's full-sized avatar

Faisal faisalmansoor

  • Practice Fusion
  • San Francisco, CA
View GitHub Profile
@faisalmansoor
faisalmansoor / .tmux.conf
Created March 30, 2023 18:47 — forked from astromechza/.tmux.conf
Byobu config (goes in ~/.byobu)
set -g default-shell /usr/bin/zsh
set -g default-command /usr/bin/zsh
set-option -g status-bg colour235 #base02
set-option -g status-fg colour136 #yellow
set-option -g status-attr default
# default window title colors
set-window-option -g window-status-fg colour244 #base0
set-window-option -g window-status-bg default