aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--X11/xinitrc7
-rw-r--r--abook/abookrc2
-rw-r--r--git/config2
-rw-r--r--git/config-up2parts2
-rw-r--r--ncmpcpp/config2
-rw-r--r--newsboat/config2
-rw-r--r--taskwarrior/taskrc2
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
1export LANG=de_DE.UTF-8 3export LANG=de_DE.UTF-8
2. /usr/local/etc/xdg/xfce4/xinitrc 4export LC_ALL=de_DE.UTF-8
5
6# Start Xfce
7exec /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
1set use_mouse=true 3set use_mouse=true
2set show_all_emails=true 4set show_all_emails=true
3set sort_field=nick 5set sort_field=nick
diff --git a/git/config b/git/config
index 778e580..58c3f9f 100644
--- a/git/config
+++ b/git/config
@@ -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
1mpd_host = "~/.mpd/socket" 3mpd_host = "~/.mpd/socket"
2mpd_port = "0" 4mpd_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
1auto-reload yes 3auto-reload yes
2reload-time 10 4reload-time 10
3browser "firefox --new-tab %u" 5browser "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',