aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0f212c551b0efe0be1b5da0d3f68328c2e9b35d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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.

Chances are once you install them, you will need to modify a few things to get it working perfectly, this is normal and probably will give you a chance to customize things per your liking.

## Installation
If you like a module or two (polybar, bspwm, ranger 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 ranger only:
`stow -v -t ~ polybar ranger`
This will install polybar and ranger in `/home/<user>/.config/polybar|ranger`.

> Many of the modules depend on helper scripts. These are all (for now) under the Scripts modules. You can install it the same as other modules. Once installed make sure that it is in your PATH. See the `profile_min/.profile` file for an example. You can also do this in another way (bashrc etc.)