/dotfiles

A ZSH prompt and VIM config that will turn you to the dark side.

Primary LanguageVim Script

Greg's dotfiles

These are my dotfiles. There are many like them, but these are mine.

Install

On OS X

Recommended

Required

  • Xcode
  • Homebrew - OS X package manager
  • Zsh - The best shell ever
  • Ctags - Source code tokenizer, slicer and dicer for vim
  • GNU coreutils - The GNU versions of standard file/text manipulation tools (ls, cat, etc).

Run

brew install coreutils zsh ctags git
brew tap homebrew/dupes
brew install grep less

On Ubuntu

ncurses-term will enable our 256 color terminal

sudo apt-get install zsh ctags git ncurses-term

On Cent

sudo yum install zsh ctags git -y

Configure

Run setup.sh. It will install dependencies, clone the repo, symlink all dotfiles and start an zsh session

curl -s -L https://raw.github.com/kemist/dotfiles/master/setup.sh | bash

Terminal features

Syntax highlighting

fish

Long running command summary

time

Low contrast ls colors, no dates by default

ls

English sentence style dates when you want them

ls

Root reminder

root

New session summary

root

Fancier less status bar

statusbar

less colors

less

Recent directory tracking

cdr

Tetris

tetris

Vim

  • Tagbar - Class view
  • Powerline - Everyone stopped writing status bars after this one
  • NERD tree - The 700bhp muscle car of Treeviews
  • Bufexplorer - Quickly switch between open files
  • Easy Motion - Quickly jump around inside a file
  • Conque Term - Interactive terminal right inside vim… Because you can.

Credit

http://nvie.com/posts/how-i-boosted-my-vim/
https://github.com/moolicious/dotfiles