Injabie3 / config

Custom configuration for command line stuff I'm using at home and at work.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config

This repository holds my configuration on Linux-based systems.

Requirements

This repository assumes apt as the package manager. To prepare the system, please run the installPackages.sh script to install the prerequisites items, including Vundle as the vim plugin manager, among other things.

Management

Configs are are managed using GNU stow, which will symlink everything accordingly. To configure, simply run the following at the repo root:

stow . -t ~

To deconfigure, simply run the following at the repo root:

stow -D . -t ~

About

Custom configuration for command line stuff I'm using at home and at work.

License:MIT License


Languages

Language:Shell 79.2%Language:Vim Script 20.8%