We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4d016 commit 818945dCopy full SHA for 818945d
README.md
@@ -22,10 +22,10 @@ cd dotfiles
22
You can manually copy the files or create symlinks to the appropriate directories. For example:
23
24
```bash
25
-ln -s $(pwd)/alacritty/.config/alacritty ~/.config/alacritty
26
-ln -s $(pwd)/nvim/.config/nvim ~/.config/nvim
27
-ln -s $(pwd)/polybar/.config/polybar ~/.config/polybar
28
-ln -s $(pwd)/i3/.config/i3 ~/.config/i3
+ln -s $(pwd)/alacritty/ ~/.config/alacritty
+ln -s $(pwd)/nvim/~/.config/nvim
+ln -s $(pwd)/polybar/ ~/.config/polybar
+ln -s $(pwd)/i3/ ~/.config/i3
29
```
30
31
## Usage
0 commit comments