mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
f450efa7f3
With the added interface for multiple manifests, it is now possible to set up this setup around it. In my case, I simply created an extra folder in '.vtsm'. Along with the restructuring, some configurations are changed such as the customized Newsboat config and minor updates here and there.
18 lines
545 B
JSON
Executable File
18 lines
545 B
JSON
Executable File
{
|
|
"alacritty": "$HOME/.config/alacritty/",
|
|
"bin": "$HOME/.local/bin/",
|
|
"bspwm": "$HOME/.config/bspwm/",
|
|
"dunst": "$HOME/.config/dunst/",
|
|
"emacs": "$HOME/.config/doom",
|
|
"lf": "$HOME/.config/lf",
|
|
"newsboat": "$HOME/.config/newsboat",
|
|
"nvim": "$HOME/.config/nvim/",
|
|
"picom": "$HOME/.config/picom",
|
|
"polybar": "$HOME/.config/polybar",
|
|
"rofi": "$HOME/.config/rofi/",
|
|
"slop": "$HOME/.config/slop/",
|
|
"sxiv": "$HOME/.config/sxiv",
|
|
"sxhkd": "$HOME/.config/sxhkd/",
|
|
"zsh": "$HOME/.config/zsh"
|
|
}
|