User configuration files for Windows, macOS, and Linux. Settings specific to Windows Subsystem for Linux are found in wsl. Settings specific to Cygwin, MinGW, and Git Bash are found in cygwin.
Install git with one of the following commands.
Ubuntu:
sudo apt install git -y
Oracle:
sudo dnf install git -y
Clone the reposity with one of the following commands.
HTTPS:
git clone https://github.com/jonlighthall/config
SSH:
git clone git@github.com:jonlighthall/config.git
To clone the default list of repsoitories, execute the following command.
cd config
./get_repos.sh
Alternatively, to apply the settings of a given user configureation after this repsoitory cloning, execute the
following command. The make_links.sh
script will be run in the specified directory.
./get_repos.sh [OS]
The following OS options have associated make_links.sh
scripts:
cygwin
git_bash
linux
windows
wsl
private
- see https://github.com/jonlighthall/config_private \