mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
d117f30281
I've also changed the target of zsh to its appropriate location according to the XDG Base Directory specs so that's neat.
19 lines
561 B
JSON
19 lines
561 B
JSON
{
|
|
"alacritty": "$HOME/.config/alacritty/",
|
|
"bin": "$HOME/.local/bin/",
|
|
"bspwm": "$HOME/.config/bspwm/",
|
|
"dunst": "$HOME/.config/dunst/",
|
|
"emacs": "$HOME/.config/doom",
|
|
"lf": "$HOME/.config/lf",
|
|
"nvim": "$HOME/.config/nvim/",
|
|
"picom": "$HOME/.config/picom",
|
|
"polybar": "$HOME/.config/polybar",
|
|
"rofi": "$HOME/.config/rofi/",
|
|
"sxiv": "$HOME/.config/sxiv",
|
|
"sxhkd": "$HOME/.config/sxhkd/",
|
|
"systemd": "$HOME/.config/systemd",
|
|
"wal": "$HOME/.config/wal",
|
|
"xorg": "$HOME",
|
|
"zsh": "$HOME/.config/zsh"
|
|
}
|