Skip to content

kvzhuang/linux-config

 
 

Repository files navigation

Configuration

For ease of my personal configuration deployment. It installs miiiCasa default .vimrc, .zshrc, .gitconfig, .tmux.conf and VIM plugins.

Installation

Automatically install it without cloning this repository.

Backup your original configuration files if necessary.

 mv .gitconfig .gitconfig.bak;
 mv .vim .vim.bak;
 mv .vimrc .vimrc.bak;
 mv .zshrc .zshrc.bak;
 mv .tmux.conf .tmux.conf.bak;
 mv git_diff_wrapper git_diff_wrapper.bak;
 mv .config .config.bak

Install everything with one-line command.

 wget -O - https://raw.github.com/kvzhuang/linux-config/master/install.sh | sh; sh ~/.config/prompt.sh

About

miiiCasa Linux configuration files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.1%
  • PHP 2.9%