aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 465afef9701dccc9c3566717dcd85ebd8814c3c4 (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
# Dotfiles

My personal dotfiles for macOS and FreeBSD.

## Setup

Create the symbolic links:

```sh
./install.sh
```

Bootstrap the Neovim environment:

```sh
./bootstrap/neovim.sh
./bootstrap/neovim-dict.sh
```

## 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/