Skip to content

josephj/linux-config

Repository files navigation

Configuration

For ease of my personal configuration deployment. It installs your favorite .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/josephj/linux-config/master/install.sh | sh; sh ~/.config/prompt.sh

About

josephj's Linux configuration files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages