blob: ddf5e8310458cf0087676a07e6d53ec08b0a0256 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# dotfiles
These are my *personal* dotfiles and they work for me. I know they are not optimal and there are ways to implement a lot of the functionality better ... I just haven't gotten around to it.
If you like a module or two (polybar, mutt, vifm etc), you can install the configs by running:
`stow -v -t <TARGET_DIR> <MODULE_NAME(S)>` from the dotfiles directory.
eg, If you want polybar and vifm only:
`stow -v -t ~ polybar vifm`
This will install polybar and vifm in `/home/<user>/.config/polybar|vifm`.
|