Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 696 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 696 Bytes

configs

A repository for all my configs and dotfiles. I also keep track of my preferred command line productivity tools here.

The easiest way to get started is to clone the repo and run the install.sh script. Check the following examples for various installation options.

To install and configure:

cd configs
./install.sh --install

There are other options, including an option to configure a system only and skip installation.

cd configs
./install.sh --configure

Another option is to run the full installation and configuration for a given platform, which should be detected automatically by the install script.

cd configs
./install.sh --all