diff options
| -rw-r--r-- | X11/xinitrc | 7 | ||||
| -rw-r--r-- | abook/abookrc | 2 | ||||
| -rw-r--r-- | git/config | 2 | ||||
| -rw-r--r-- | git/config-up2parts | 2 | ||||
| -rw-r--r-- | ncmpcpp/config | 2 | ||||
| -rw-r--r-- | newsboat/config | 2 | ||||
| -rw-r--r-- | taskwarrior/taskrc | 2 |
7 files changed, 18 insertions, 1 deletions
diff --git a/X11/xinitrc b/X11/xinitrc index a627614..df199eb 100644 --- a/X11/xinitrc +++ b/X11/xinitrc | |||
| @@ -1,2 +1,7 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 1 | export LANG=de_DE.UTF-8 | 3 | export LANG=de_DE.UTF-8 |
| 2 | . /usr/local/etc/xdg/xfce4/xinitrc | 4 | export LC_ALL=de_DE.UTF-8 |
| 5 | |||
| 6 | # Start Xfce | ||
| 7 | exec /usr/local/etc/xdg/xfce4/xinitrc | ||
diff --git a/abook/abookrc b/abook/abookrc index a09ac7b..5ce4cb3 100644 --- a/abook/abookrc +++ b/abook/abookrc | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | # vim: filetype=dosini | ||
| 2 | |||
| 1 | set use_mouse=true | 3 | set use_mouse=true |
| 2 | set show_all_emails=true | 4 | set show_all_emails=true |
| 3 | set sort_field=nick | 5 | set sort_field=nick |
| @@ -1,3 +1,5 @@ | |||
| 1 | ; vim: filetype=gitconfig | ||
| 2 | |||
| 1 | [user] | 3 | [user] |
| 2 | email = ts@its1.de | 4 | email = ts@its1.de |
| 3 | name = Thomas Schmucker | 5 | name = Thomas Schmucker |
diff --git a/git/config-up2parts b/git/config-up2parts index 181d750..4a3e0a0 100644 --- a/git/config-up2parts +++ b/git/config-up2parts | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | ; vim: filetype=gitconfig | ||
| 2 | |||
| 1 | [user] | 3 | [user] |
| 2 | email = thomas.schmucker@up2parts.com | 4 | email = thomas.schmucker@up2parts.com |
| 3 | 5 | ||
diff --git a/ncmpcpp/config b/ncmpcpp/config index 1966bb6..dfe37b1 100644 --- a/ncmpcpp/config +++ b/ncmpcpp/config | |||
| @@ -1,2 +1,4 @@ | |||
| 1 | # vim: filetype=dosini | ||
| 2 | |||
| 1 | mpd_host = "~/.mpd/socket" | 3 | mpd_host = "~/.mpd/socket" |
| 2 | mpd_port = "0" | 4 | mpd_port = "0" |
diff --git a/newsboat/config b/newsboat/config index 0274f0c..0d39ad5 100644 --- a/newsboat/config +++ b/newsboat/config | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | # vim: filetype=conf | ||
| 2 | |||
| 1 | auto-reload yes | 3 | auto-reload yes |
| 2 | reload-time 10 | 4 | reload-time 10 |
| 3 | browser "firefox --new-tab %u" | 5 | browser "firefox --new-tab %u" |
diff --git a/taskwarrior/taskrc b/taskwarrior/taskrc index 8df1541..4ca8c5d 100644 --- a/taskwarrior/taskrc +++ b/taskwarrior/taskrc | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | # vim: filetype=dosini | ||
| 2 | |||
| 1 | # [Created by task 2.6.2 4/16/2023 10:58:10] | 3 | # [Created by task 2.6.2 4/16/2023 10:58:10] |
| 2 | # Taskwarrior program configuration file. | 4 | # Taskwarrior program configuration file. |
| 3 | # For more documentation, see https://taskwarrior.org or try 'man task', 'man task-color', | 5 | # For more documentation, see https://taskwarrior.org or try 'man task', 'man task-color', |
