Skip to content

Configuration files for Windows, Linux, and MacOS

License

Notifications You must be signed in to change notification settings

jonlighthall/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

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