/dotfiles

My dot files and dev environment using bash, tmux and vim

Primary LanguageShell

My personal dotfiles setup

Installation

  • git clone https://github.com/ronakg/dotfiles
  • cd dotfiles
  • ./install

Features

Bash

  • Simple but useful bash prompt
  • vi mode on by default

Vim

  • Designed for minimizing keystrokes
  • Optimized for C programming
  • Custom vim-airline theme to my liking
  • List of plugins are in vim-plug.vim

Tmux

  • Asthetics designed to match with vim-airline theme
  • Key shortcuts work in conjunction with iTerm key bindings
    • Alt-n to switch to window n
    • Alt-arrows to switch between panes
    • Alt-tab to switch to last active window (quick switch between 2 tmux windows)

Screenshot

Screenshot

P.S.: Clone at your own risk. Most config files have inline documentation.