Skip to content

salatielsql/dotfiles

Repository files navigation

Dotfiles

Create dotfiles symlink with GNU stow

Helpful videos on the topic:

Get home folder

cd ~ && pwd
> /Users/mypc # example

Run stow command with home path as target

# stow command structure
# -t Target folder
stow -t [HOME_PATH] [PACKAGE_NAME]

# stow package
stow -t /Users/mypc nvim

# stow whole current folder
# -D Unstow package name
stow -D nvim

ZSH plugins

Copy skills with symlink

ln -s ~/Developer/dotfiles/skills/<skill>       ~/Developer/<repo>/.claude/skills/<skill>

About

👻 local config files synced by 🐂 GNU stow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors