Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (33 loc) · 1.25 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.25 KB

💠 .dotfiles

My Linux KDE dot files.


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.

⚠️ THIS WILL OVERWRITE YOUR SYSTEM'S CONFIGS WITH MINE.

❗ IF IT BRICKS YOUR SYSTEM DON'T BLAME ME BECAUSE I WARNED YOU.

🛠 Install/Usage

  1. Git clone. Make sure you clone this into the HOME directory.
cd $HOME
git clone https://github.com/THEGOLDENPRO/.dotfiles
  1. 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