blob: 2472a88f649939fdd1367c7a960e08ae5247c706 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# My dotfiles
This repo contains my dotfiles, managed with [GNU stow](https://www.gnu.org/software/stow/)
## Usage
1. Clone the repo into your home directory
2. `cd dotfiles`
3. Execute `stow $DIR`, where `$DIR` is the directory with the config files you want to use
e.g. `stow neovim` if you want my neovim settings
|