Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 697 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 697 Bytes

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.