6262
6363## Why another dotfile manager ?
6464
65- I wrote Toml Bombadil because I kept changing my desktop environment :
65+ I wrote Toml Bombadil because I kept changing my desktop environment:
6666switching from i3 to sway, from sway to xfce, from xfce to gnome and back to sway.
67- When you keep changing your working environment like this you end up with several problems :
67+ When you keep changing your working environment like this you end up with several problems:
6868- Some symlinks will end up orphans.
6969- Not every program you use support Xresources and you will most probably have to manually edit some themes/config.
7070- When starting a fresh installation you will very likely need to adapt your existing dotfiles to your new machine.
71- - It is a mess
71+ - It is a mess.
7272
73- Toml Bombadil try to solve this with a simple addition to the symlink method used by other tools : instead of creating
73+ Toml Bombadil try to solve this with a simple addition to the symlink method used by other tools: instead of creating
7474a symlink from a dotfile to the actual config path of a program, it will create a copy of it and symlink the copy.
7575This additional step allow to use your original dotfile as a template and inject variables in the copy.
7676You can have multiple value files in the same dotfile repository and change color scheme, or any value on the fly.
@@ -92,7 +92,7 @@ cargo install toml-bombadil
9292
9393## Quickstart
9494
95- See [ Docs -> Quickstart] ( https://oknozor.github.io/toml-bombadil/docs/getting-started/quick-start/ )
95+ See [ Docs -> Quickstart] ( https://oknozor.github.io/toml-bombadil/docs/getting-started/quick-start/ ) .
9696
9797## Shell completions
9898
@@ -107,15 +107,15 @@ Optionally you can display resources for a profile with the `--profiles` flag.
107107
108108## Example repositories
109109
110- If you use Bombadil please submit an issue, or a PR to update this section, we will be happy to reference your dotfiles here !
110+ If you use Bombadil please submit an issue, or a PR to update this section, we will be happy to reference your dotfiles here!
111111
112112- [ https://github.com/oknozor/dotfiles ] ( https://github.com/oknozor/dotfiles )
113113- [ https://github.com/mrkajetanp/dotfiles ] ( https://github.com/mrkajetanp/dotfiles )
114114- [ https://github.com/HaoZeke/Dotfiles ] ( https://github.com/HaoZeke/Dotfiles/tree/bombadil )
115-
115+
116116## Contributing
117117
118- Found a bug, have a suggestion for a new feature ?
118+ Found a bug, have a suggestion for a new feature?
119119Please read the [ contribution guideline] ( CONTRIBUTING.md ) and submit an [ issue] ( https://github.com/oknozor/toml-bombadil/issues ) .
120120
121121## License
0 commit comments