blob: 4b168d3c6966121577fad32710798df1933e1d45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
# Dotfiles
My personal dotfiles for macOS, FreeBSD and Windows (Beta).
## Setup
### macOS / FreeBSD
Create the symbolic links:
```sh
./install.sh
```
Bootstrap the Neovim environment:
```sh
./bootstrap/neovim.sh
./bootstrap/neovim-dict.sh
```
### Windows
Native PowerShell, no WSL/Git Bash required:
```powershell
.\install-win.ps1
.\bootstrap-win\neovim.ps1
.\bootstrap-win\neovim-dict.ps1
```
See [neovim-windows-setup.md](neovim-windows-setup.md) for prerequisites (execution policy, MSVC Developer PowerShell for `nvim-treesitter`, ...) and known caveats.
## Included configuration
- [abook]
- [gdb]
- [git]
- [mpd] & [ncmpcpp]
- [newsboat]
- [nvi]
- [npm]
- [neovim]
- [tmux]
- [vit] & [taskwarrior]
- [wyrd] & [remind]
- [X11]
- [zsh]
[abook]: https://abook.sourceforge.io/
[gdb]: https://sourceware.org/gdb/
[git]: https://git-scm.com/
[mpd]: https://www.musicpd.org/
[ncmpcpp]: https://github.com/ncmpcpp/ncmpcpp
[newsboat]: https://newsboat.org/
[nvi]: https://sites.google.com/a/bostic.com/keithbostic/the-berkeley-vi-editor-home-page
[npm]: https://www.npmjs.com/
[neovim]: https://neovim.io/
[taskwarrior]: https://taskwarrior.org/
[tmux]: https://github.com/tmux/tmux/wiki
[vit]: https://github.com/vit-project/vit
[wyrd]: https://wyrd-calendar.gitlab.io/wyrd/
[remind]: https://dianne.skoll.ca/projects/remind/
[X11]: https://www.x.org/
[zsh]: https://www.zsh.org/
|