blob: a28255e96599a619234282888141b9fd9193c661 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# dotfiles
This is my main dotfiles repo, though not all components are here. Namely:
- [`nvim-setup`](https://git.pml68.dev/nvim-setup): my Neovim configuration
- [`suckless-setup`](https://git.pml68.dev/suckless-setup): my suckless desktop setup (dwm, dmenu, slstatus, st & fetcha)
## Usage
GNU Stow and Git are required. To install, simply run `make install`. To remove the created symlinks, run `make uninstall`. A `TARGET` variable is supported, which defaults to the current user's home directory.
For installation and later removal of custom scripts, run `make install-scripts` and `make uninstall-scripts`, respectively. A `PREFIX` variable is supported, which defaults to `/usr/local/`.
You can check the current values by running `make`.
### tmux
`make install` will download tmux plugin manager, but to install all plugins in the configuration you must start `tmux` and press `C-a I`.
|