Skip to content

Instantly share code, notes, and snippets.

View darianmorat's full-sized avatar

Darian Toledo darianmorat

  • Teleperformance
  • Neiva, CO
  • 17:24 (UTC -05:00)
  • LinkedIn in/darianmorat
View GitHub Profile
@fzero
fzero / 1 tmux.conf
Last active February 7, 2024 15:00
Some tmux configurations, scripts and aliases I use.
# I prefer ctrl-a - helps when dealing with machines that only have Screen
unbind C-b
set -g prefix C-a
# Making windows purrty
set-window-option -g status-bg cyan
set-window-option -g status-fg black
set-window-option -g window-status-current-bg black
set-window-option -g window-status-current-fg white