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:
git clone https://github.com/jmreicha/configs.git
cd configs
./install.sh --install
There are other options, including an option to configure a system only and skip installation.
git clone https://github.com/jmreicha/configs.git
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.
git clone https://github.com/jmreicha/configs.git
cd configs
./install.sh --all