Caution
THESE DOTFILES ARE EXTREAMLY OUT OF DATE AND WERE MADE DURING MY FIRST TIME DAILY DRIVING LINUX. I don't think this works anymore.
- Git clone. Make sure you clone this into the HOME directory.
cd $HOME
git clone https://github.com/THEGOLDENPRO/.dotfiles
- Run install script.
⚠️ You should stop here if you don't want your configs to be overwritten and lost forever. :) (trust me it's not fun, I'm warning you)
cd .dotfiles
git submodule update --init --recursive # Pull devgoldyutils libaray.
python install.py
If you would like to only link a single file, the --one-file
argument will help you with that:
python install.py --one-file {file_name_as_in_json}
If you want to overwrite all files without the yes and no prompt run the script with the --overwrite
argument like so:
python install.py --overwrite