Skip to content

chengcyber/dotfiles

Repository files navigation

Environment

macOS Sierra 10.12.1 Linux Ubuntu 18.04

Installation

git clone git@github.com:kimochg/dotfiles.git ~/dotfiles && cd ~/dotfiles/setup && chmod a+x setup.sh && ./setup.sh

Manually Install Tmux

mkdir -p ~/.tmux
mkdir -p ~/.tmux/plugins
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
ln -s -f `pwd`/tmux.conf ~/.tmux.conf
ln -s -f `pwd`/tmux.conf.local ~/.tmux.conf.local
  1. run tmux
  2. Press prefix + I (capital i, as in Install) to fetch the plugin.

Amazing Addons

Setup

  1. open tmux, use CTRL + A, I install plugins
  2. open macvim, use :PluginInstall

Caveats

Remember tmux kill-server, which totally reset your tmux config.

Vim

Plugins

Essential

Productivity

Syntax

UI

Tmux

Prerequisite

Mac

brew install reattach-to-user-namespace

Ubuntu

sudo apt-get install xclip # or xsel

Plugins

Theme

Other

Resources