This commit is contained in:
2025-11-04 09:32:28 +00:00
commit 66b454f880
3 changed files with 25 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# dotfiles
Simple collection of config files.
## Usage
Clone this repository and use the two scripts to manage the real desktop ones.
Usually this is done by symlinking, but this works as these are usually one-time setups.
- `sync-to-desktop.sh` -> Push configs into the desktop configs.
- `sync-to-repo.sh` -> Update configs into this repo. Use it to pull changes here after making config changes in-place (E.g. If `~/.config/zed/settings.json` was changed, pull it back here).
### What's in here?
|Item|What I use|
|---|---|
|Desktop| sway|
|Editor|zed|
|Font|[Monocraft](https://github.com/IdreesInc/Monocraft)|

0
sync-to-desktop.sh Normal file
View File

4
sync-to-repo.sh Normal file
View File

@@ -0,0 +1,4 @@
#! /bin/bash
rsync -avp ~/.config/zed ./zed
rsync -avp ~/.config/sway ./sway