@avgpt/dotlink
v1.0.0
Published
A simple command-line tool to manage dotfiles.
Readme
DotLink
A simple, cross-platform command-line tool to manage your dotfiles.
What is it?
DotLink helps you keep all your configuration files (like .bashrc, .vimrc, .gitconfig) in a single directory and creates symbolic links to them in your home directory. This makes it easy to version control your setup and sync it across multiple machines.
Installation
Install it globally using npm:
npm install -g dotlink # Note: This will work after we publish in the next step!