this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Shell 33.4%
Vim Script 15.5%
Lua 6.3%
Other 44.8%
128 1 0

Clone this repository

https://tangled.org/ptrkc.sk/dotfiles https://tangled.org/did:plc:6yqiskp66bz65u2hg3rtqvkv/dotfiles
git@tangled.org:ptrkc.sk/dotfiles git@tangled.org:did:plc:6yqiskp66bz65u2hg3rtqvkv/dotfiles

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Patrik's dotfiles#

These dotfiles are intended to be symlinked to your home directory using GNU Stow

Instructions#

Preview changes:

stow --simulate --verbose=1 --target="$HOME" .

Create symlinks:

stow --target="$HOME" .

Use --restow to update symlinks after moving, renaming, or removing files

Preview changes:

stow --restow --simulate --verbose=1 --target="$HOME" .

Update symlinks:

stow --restow --target="$HOME" .
stow --delete --target="$HOME" .

Track new files#

Start tracking a new file or directory:

mv ~/{path} ~/.dotfiles/{path}

Preview changes:

stow --simulate --verbose=1 --target="$HOME" .

Create symlinks:

stow --target="$HOME" .