From 8872f2dd9856a93773dd902e93626b65a1ae3b24175c4b19072fcd24fa89d287 Mon Sep 17 00:00:00 2001 From: riomoo Date: Fri, 17 Jan 2025 19:41:41 -0500 Subject: [PATCH] Added Readme --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9915e60 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# My dot files + +## Dependencies + +1. git +2. paru +3. picom +4. tmux +5. vim +6. xorg +7. zsh +8. stow + +## Why are your dotfiles special? + +- My dotfiles specifically minimize the amount of folders your home directory has down to the minimum amount (baring browser dotfiles like `.mozilla` or `.waterfox` + +## how to use + +- clone into your home directory and use the `stow` command based on what you would like to use. + +- Ex. + 1. `stow zsh` + 2. `stow x11` + 3. `stow vim` + +## Other notes + +- This is primarily for dwm, dmenu, dwmblocks, st, etc. +- Also works for BSPWM and KDE with some adjustments