Skip to content

chengcyber/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 22, 2024
42d71a9 · Oct 22, 2024
May 10, 2024
Jun 18, 2021
May 10, 2023
Oct 22, 2024
Oct 17, 2021
Sep 6, 2017
Oct 17, 2021
Apr 22, 2020
Sep 15, 2017
Sep 26, 2017
Nov 16, 2017
Aug 30, 2019
May 10, 2023
Apr 9, 2021
Jan 23, 2019

Repository files navigation

Environment

macOS Sierra 10.12.1 Linux Ubuntu 18.04

Installation

git clone [email protected]: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

About

local dot files repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published