aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-07-09 11:34:37 +0200
committerThomas Schmucker <ts@its1.de>2026-07-09 11:34:37 +0200
commit8790312f97cb5a941f9953980b54e6377d704250 (patch)
tree6524420078bb7baffd5a13e67f33502195bd03d7
parent68ffbb8f23ed404096fedab8f404ab20f772f55f (diff)
downloaddotfiles-8790312f97cb5a941f9953980b54e6377d704250.tar.gz
dotfiles-8790312f97cb5a941f9953980b54e6377d704250.tar.bz2
dotfiles-8790312f97cb5a941f9953980b54e6377d704250.zip
readme: Hinweise zur Einrichtung
-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]