diff --git a/README.md b/README.md index 425b735..f20f679 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ Enable: - ``` rm ~/.config/conky/conky.conf && mkdir -p $HOME/.config/conky && ln -s $(pwd)/conky.conf $HOME/.config/conky.conf ln -s $(pwd)/conky.desktop $HOME/.config/autostart/conky.desktop @@ -16,4 +15,4 @@ ln -s $(pwd)/sshconfig $HOME/.ssh/config ln -s $(pwd)/bashrc $HOME/.bashrc ln -s $(pwd)/gitconfig $HOME/.gitconfig cat $(pwd)/pubkeys/* > ~/.ssh/authorized_keys -``` +``` \ No newline at end of file diff --git a/Xdefaults b/Xdefaults index c7e7c20..5c0565f 100644 --- a/Xdefaults +++ b/Xdefaults @@ -20,4 +20,4 @@ URxvt.boldfont:xft:Monospace-Bold:pixelsize=15 URxvt.letterSpace: -1 URxvt.perl-ext-common: default,matcher URxvt.url-launcher: /usr/bin/xdg-open -URxvt.matcher.button: 1 +URxvt.matcher.button: 1 \ No newline at end of file diff --git a/Xmodmap b/Xmodmap index c8c2465..1f0fc0a 100644 --- a/Xmodmap +++ b/Xmodmap @@ -5,4 +5,4 @@ keysym c = c C cent keysym a = a A adiaeresis Adiaeresis keysym o = o O odiaeresis Odiaeresis keysym u = u U udiaeresis Udiaeresis -keysym s = s S ssharp +keysym s = s S ssharp \ No newline at end of file diff --git a/Xresources b/Xresources index 4a82aef..1342cee 100644 --- a/Xresources +++ b/Xresources @@ -21,4 +21,4 @@ *color12: #4186be *color13: #ef9ebe *color14: #71bebe - *color15: #ffffff + *color15: #ffffff \ No newline at end of file diff --git a/aliases b/aliases index ff56aab..c34d904 100644 --- a/aliases +++ b/aliases @@ -9,4 +9,4 @@ alias ll='ls -l' alias la='ls -A' alias l='ls -CF' alias sl='ls' -alias ks='ls' +alias ks='ls' \ No newline at end of file diff --git a/bashrc b/bashrc index bb4b6fe..44edf37 100644 --- a/bashrc +++ b/bashrc @@ -111,4 +111,4 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi -export PATH=$PATH:/home/zul/.local/bin +export PATH=$PATH:/home/zul/.local/bin \ No newline at end of file diff --git a/conky.conf b/conky.conf index 3a39de4..396c708 100644 --- a/conky.conf +++ b/conky.conf @@ -34,14 +34,12 @@ override_utf8_locale=true, default_color='FFFFFF', color0='FFFFFF', -color1='FFFFFF', +color1='FFFFFF' } - - conky.text = [[ \ \ diff --git a/conky.desktop b/conky.desktop index 7e85699..ca5659a 100644 --- a/conky.desktop +++ b/conky.desktop @@ -3,4 +3,4 @@ Type=Application Name=conky Exec=conky -c /home/zul/workspace/dotfiles/conky.conf --daemonize --pause=1 StartupNotify=false -Terminal=false +Terminal=false \ No newline at end of file diff --git a/gitconfig b/gitconfig index da9e901..483fb11 100644 --- a/gitconfig +++ b/gitconfig @@ -4,4 +4,4 @@ [core] editor = vim [fetch] - prune = true + prune = true \ No newline at end of file diff --git a/screenrc b/screenrc index 20dae11..80a7100 100644 --- a/screenrc +++ b/screenrc @@ -14,5 +14,4 @@ startup_message off # Display the status line at the bottom hardstatus on hardstatus alwayslastline -hardstatus string "%{.kW}%-w%{.bW}%t [%n]%{-}%+w %=%{..G} %H %{..Y} %Y/%m/%d %c" - +hardstatus string "%{.kW}%-w%{.bW}%t [%n]%{-}%+w %=%{..G} %H %{..Y} %Y/%m/%d %c" \ No newline at end of file diff --git a/sshconfig b/sshconfig index 0b4850f..2010390 100644 --- a/sshconfig +++ b/sshconfig @@ -2,7 +2,6 @@ Host koptein.de HostName koptein.de User zul Port 22 - Host mailbucket.eu HostName mailbucket.eu User zul @@ -15,7 +14,6 @@ Host home HostName 192.168.15.5 User koptein Port 222 - Host berthold HostName 192.168.15.23 User root @@ -34,7 +32,6 @@ Host web Host backup HostName 192.168.15.19 User root - Host elitedesk.vpn HostName 10.8.0.7 User zul @@ -66,10 +63,9 @@ Host ennopc Host pihole Hostname 192.168.15.13 User root - Host azubiserver Hostname 10.10.21.40 User root Host jellyfin.vpn Hostname 10.8.0.21 - User zul + User zul \ No newline at end of file diff --git a/xmodmap.desktop b/xmodmap.desktop index 4857e80..aa28366 100644 --- a/xmodmap.desktop +++ b/xmodmap.desktop @@ -3,4 +3,4 @@ Type=Application Name=xmodmap Exec=xmodmap /home/zul/workspace/.Xmodmap StartupNotify=false -Terminal=false +Terminal=false \ No newline at end of file