Skip to content

My personal dotfiles

Notifications You must be signed in to change notification settings

zamber/dotfiles

Repository files navigation

dotfiles

Optional SSH key magic

~.ssh/config

host github.com
    HostName github.com
    IdentityFile ~/.ssh/id_rsa_@
    User git

Installation

git clone --recursive git@github.com:zamber/dotfiles.git ~/.dotfiles
cd ~/.dotfiles && ./install

Style

Font: Inconsolata mono 13pt systemwide (I'm getting blind)

Color schemes:

  • Desktop: Numix Dark with red accents, Gnome SHELL with dark theme
  • Sublime Edit: Afterglow-orange
  • Terminal: Afterglow

Tmux Cheatcheet

Keybindings

  • Ctrl+\ - prefix
    • e - rename tmux session
    • r - reload config
    • & - kill window
    • c - new window
    • p/n - previous/next window
    • x - kill pane
    • arrows - pane navigation
    • -/| - split panes vertically/horizontally
    • hold prefix + arrows - resize active pane

Status line

hostname $ session-name [windows] < - - - > [load] | date

TODO:

Check out: