Skip to content

SuggonM/dotfiles

Repository files navigation

dotfiles

Stash of my user+system configs

The configs in this repo follow the GNU Stow package-style layout.

PSA

If you're searching for ricing and eye-candy stuff, this is the wrong place.

Usage

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-dotfiles

Stow a specific package:

stow $package

Unstow a specific package (i.e. revert the symlink creation):

stow -D $package

Stow all packages:

stow $(./all.sh)

Stow SYSTEM/ packages:

cd SYSTEM/
sudo stow -t / $package

About

it's a tradition at this point

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published