Skip to content

icetan/zink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zink

Zink keeps your symlinks in sync!

Install With Nix

nix profile install github:icetan/zink

Usage

Create a zink manifest file which tells zink where to create a symlink and where it should point to.

echo > ~/.zink '\
~/.config/sway:$BACKUP_DIR/myconfigs/sway
'

Now when you run zink it will try to create symlinks as declared in ~/.zink.

zink

For more information and usage: zink -h

Develop

Build/Run

zig build run

Run Tests

zig build test -Dtest-filter=fs -Dtest-filter=...

Release Build

zig build -Doptimize=ReleaseSmall

TODO

  • Handle permission denied by prompting with sudo.

About

Zink links your files!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published