Stash of my user+system configs
The configs in this repo follow the GNU Stow package-style layout.
If you're searching for ricing and eye-candy stuff, this is the wrong place.
Note
For stow to work "as-intended", the cloned local directory must be a direct child of $HOME.
Tip
$package means any top-level directory in this repo.
Warning
Do NOT use * glob. Expand all.sh instead.
Clone the repo:
git clone https://github.com/SuggonM/dotfiles ~/suggon-dotfilesStow a specific package:
stow $packageUnstow a specific package (i.e. revert the symlink creation):
stow -D $packageStow all packages:
stow $(./all.sh)Stow SYSTEM/ packages:
cd SYSTEM/
sudo stow -t / $package