gon1332 / dotfiles

My portable settings for zsh, vim and tmux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My portable settings for zsh, vim and tmux.

Features

Tmux

  • TPM (Tmux Plugin Manager)
  • Vim + Tmux = <3

Zsh

  • Prezto configuration manager

Vim

Plugin manager

Vim-plug

Featured plugins

  • scrooloose/nerdtree
  • SirVer/ultisnips
  • tpope/vim-fugitive
  • airblade/vim-gitgutter
  • vim-airline/vim-airline

For a complete list of plugins refer here.

Devicons and fonts

Be sure to install your favorite nerd-fonts for a full experience.

Installation

0. Tools:

These settings have been tested with these versions:

  • Tmux (2.6)
  • Zsh (5.4.2)
  • Vim (8.0)

1. Clone the current repo at $HOME:

$ git clone https://github.com/gon1332/dotfiles.git

2. Install prezto

Follow the installation guide from here.

3. Install TPM (Tmux Plugin Manager)

Note: TPM requires Tmux version 1.9 or higher to work.

# Clone tpm
$ git clone https://github.com/tmux-plugins/tpm ~/dotfiles/tmux/plugins/tpm

# Install plugins
$ tmux
prefix + alt + u
prefix + I

4. Install Vim plugins

$ vim
:PlugClean!
:PlugInstall

About

My portable settings for zsh, vim and tmux.


Languages

Language:Vim Script 92.8%Language:Shell 7.2%