This repository is adapted to work with GNU stow.
To start syncing local machine configuration with this repo, for example, for lazygit execute this command:
stow lazygitThis command will create a symlinks with files structure corresponding to specified app name in this repo, in this example lazygit.
Additional configuration options can be found in .stowrc file.
Several items can be listed separated by space like that:
stow lazygit zsh zellijTo recreate symlinks, for example there were made some changes in directories names:
stow --restow lazygitTo delete symlinks:
stow --delete lazygit