A simple and elegant dotfile manager for Unix-like systems.
dot helps you manage your configuration files (dotfiles) by creating symbolic links from a centralized repository to their intended locations in your home directory (or wherever you want).
- Initialize: Create a new dotfiles repository.
- Add: Start tracking a new dotfile.
- Remove: Stop tracking a dotfile.
- Sync: Synchronize all your dotfiles, creating symbolic links.
You can install dot using cargo:
cargo install dot_rust- Clone the repository:
git clone https://github.com/rvillegasm/dot.git
- Navigate to the project directory:
cd dot - Build the project:
cargo build --release
- The binary will be located at
target/release/dot. You can move it to a directory in your$PATH.
# Initialize a new dot repository (defaults to ~/.dotfiles)
dot init
# Add a file to track
dot add ~/.vimrc
# Sync all tracked files
dot sync
# Remove a tracked file
dot remove .vimrcContributions are welcome! Please feel free to open an issue or submit a pull request if you have any ideas, suggestions, or bug reports.
We adhere to the Contributor Covenant Code of Conduct. All contributors are expected to uphold this code.
This project is licensed under the MIT License. See the LICENSE.txt file for details.
Rafael Villegas - @rvillegasm - [email protected]