symm

Crates.iosymm
lib.rssymm
version0.7.2
created_at2025-01-03 17:25:42.142514+00
updated_at2025-09-25 16:38:46.534523+00
descriptionSimple dotfiles manager
homepagehttps://github.com/tednaaa/symm
repositoryhttps://github.com/tednaaa/symm
max_upload_size
id1502641
size64,011
Andranik (tednaaa)

documentation

README

Requirements

paru - to install packages

Installation

📦 crates.io

You can install symm from crates.io

cargo install symm

🐧 Arch Linux (AUR)

You can install symm from the aur repository

paru -S symm

Usage

  • You can also refer to My Dotfiles

  • The configuration file is located at ~/dotfiles/dotfiles.toml. Here's an example:

[symlinks]
"zed" = ".config/zed"
"ghostty" = ".config/ghostty"
"nvim" = ".config/nvim"
  • Commands for managing symlinks
symm link
symm unlink
image
  • Commands for managing packages

    currently only archlinux repos supported

symm packages diff
symm packages install
image
Commit count: 39

cargo fmt