File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
website/content/docs/getting-started Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ If you are using git you might want to add `.dots` to your `.gitignore`.
8181
8282** 2. Configuration :**
8383
84- Toml bombadil needs a toml config file, along this readme we will call it ` bombadil.toml ` .
84+ Toml bombadil will read a config file named ` bombadil.toml ` .
8585
8686``` toml
8787# {dotfiles}/bombadil.toml
@@ -110,12 +110,7 @@ For Bombadil to be able to run from any directory and use different config files
110110` $XDG_CONFIG_DIR/bombadil.toml ` :
111111
112112``` shell script
113- bombadil install -c my_dotfiles/bombadil.toml
114- ```
115-
116- If you want to switch to another config simply run :
117- ``` shell script
118- bombadil install -c my_dotfiles/bombadil-i3.toml
113+ bombadil install my_dotfiles/
119114```
120115
121116** 4. Install template and symlink :**
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ For Bombadil to be able to run from any directory and use different config files
5252` $XDG_CONFIG_DIR/bombadil.toml ` :
5353
5454``` bash
55- bombadil install -c my_dotfiles/bombadil.toml
55+ bombadil install my_dotfiles/
5656```
5757
5858⚠️ : Toml Bombadil will generate a copy of your dotfiles under ` .dots ` . If you use git to manage your dotfiles,
You can’t perform that action at this time.
0 commit comments