ronakg / dotfiles

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Shell 60.6%Language:Vim Script 39.1%Language:Ruby 0.3%