An open API service indexing awesome lists of open source software.

https://github.com/tednaaa/symm

🔗 Simple dotfiles manager
https://github.com/tednaaa/symm

dotfiles dotfiles-manager rust symlinks symlinks-manager

Last synced: 10 months ago
JSON representation

🔗 Simple dotfiles manager

Awesome Lists containing this project

README

          

[![Packaging status](https://repology.org/badge/vertical-allrepos/symm.svg)](https://repology.org/project/symm/versions)

## Requirements

`paru` - to install packages

## Usage

- You can also refer to [My Dotfiles](https://github.com/tednaaa/dotfiles/blob/main/dotfiles.toml)

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

```toml
[symlinks]
"zed" = ".config/zed"
"ghostty" = ".config/ghostty"
"nvim" = ".config/nvim"
```

- Commands for managing symlinks

```fish
symm link
symm unlink
```

image

- Commands for managing packages
> currently only archlinux repos supported

```fish
symm packages diff
symm packages install
```

image