diff --git a/bashrc b/bashrc index 05051f5..bb4b6fe 100644 --- a/bashrc +++ b/bashrc @@ -111,3 +111,4 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi +export PATH=$PATH:/home/zul/.local/bin diff --git a/fonts/truetype/AndadaSC-Regular.ttf b/fonts/truetype/AndadaSC-Regular.ttf new file mode 100644 index 0000000..bbb83f4 Binary files /dev/null and b/fonts/truetype/AndadaSC-Regular.ttf differ diff --git a/fonts/truetype/Convergence-Regular.ttf b/fonts/truetype/Convergence-Regular.ttf new file mode 100644 index 0000000..ccf3372 Binary files /dev/null and b/fonts/truetype/Convergence-Regular.ttf differ diff --git a/fonts/truetype/texgyrebonum-bolditalic-webfont.ttf b/fonts/truetype/texgyrebonum-bolditalic-webfont.ttf new file mode 100644 index 0000000..b4b85bc Binary files /dev/null and b/fonts/truetype/texgyrebonum-bolditalic-webfont.ttf differ diff --git a/fonts/truetype/texgyrebonum-italic-webfont.ttf b/fonts/truetype/texgyrebonum-italic-webfont.ttf new file mode 100644 index 0000000..734bb02 Binary files /dev/null and b/fonts/truetype/texgyrebonum-italic-webfont.ttf differ diff --git a/fonts/truetype/texgyrebonum-regular-webfont.ttf b/fonts/truetype/texgyrebonum-regular-webfont.ttf new file mode 100644 index 0000000..2b89ae8 Binary files /dev/null and b/fonts/truetype/texgyrebonum-regular-webfont.ttf differ diff --git a/sshconfig b/sshconfig index 489fab6..b8b6dc2 100644 --- a/sshconfig +++ b/sshconfig @@ -11,11 +11,14 @@ Host home Host berthold HostName 192.168.15.23 User root +Host nextcloud + HostName 192.168.15.9 + User root Host web HostName 192.168.15.12 User root -Host horst - HostName 192.168.15.20 +Host backup + HostName 192.168.15.19 User root Host git.home.lan