aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 782b436..465afef 100644
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,23 @@
1# Dotfiles 1# Dotfiles
2 2
3My dotfiles and settings for these programs: 3My personal dotfiles for macOS and FreeBSD.
4
5## Setup
6
7Create the symbolic links:
8
9```sh
10./install.sh
11```
12
13Bootstrap the Neovim environment:
14
15```sh
16./bootstrap/neovim.sh
17./bootstrap/neovim-dict.sh
18```
19
20## Included configuration
4 21
5- [abook] 22- [abook]
6- [gdb] 23- [gdb]