Skip to content

Configuration files for Windows, Linux, and MacOS

Notifications You must be signed in to change notification settings

jonlighthall/config

Repository files navigation

Configuration files

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.

Cloning this repository

Clone the reposity with one of the following commands.

git clone https://github.com/jonlighthall/config (Git HTTPS)

git clone git@github.com:jonlighthall/config.git (Git SSH)

Cloning other repositories

To clone the default list of repsoitories, execute the following command.

cd config
./get_repos.sh

Linking

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

Sensitive data

private - see https://github.com/jonlighthall/config_private \

Releases

No releases published

Packages

No packages published