summaryrefslogtreecommitdiff
path: root/README.md
blob: 2528b8afa25425d8e6c0f7942160ce56e791f139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# .dotfiles
config stuff (i need to move everything into one place)

# links
* `~/.ideavimrc` -> `./idea/.ideavimrc`
* `$XDG_CONFIG_HOME/espanso` -> `./espanso`
* `$XDG_CONFIG_HOME/nvim` -> `./nvim`

# other config
* `~/.gitconfig`
```
[include]
        path = <repo>/global_gitconfig
```
DO NOT SYMLINK PLEASE

# windows
[README.md](_windows/README.md)

# linux
[README.md](_linux/README.md)