removed trailing spaces
This commit is contained in:
parent
b23da6edc5
commit
8d2fbbd30d
@ -1,6 +1,5 @@
|
|||||||
Enable:
|
Enable:
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
rm ~/.config/conky/conky.conf && mkdir -p $HOME/.config/conky && ln -s $(pwd)/conky.conf $HOME/.config/conky.conf
|
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
|
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)/bashrc $HOME/.bashrc
|
||||||
ln -s $(pwd)/gitconfig $HOME/.gitconfig
|
ln -s $(pwd)/gitconfig $HOME/.gitconfig
|
||||||
cat $(pwd)/pubkeys/* > ~/.ssh/authorized_keys
|
cat $(pwd)/pubkeys/* > ~/.ssh/authorized_keys
|
||||||
```
|
```
|
@ -20,4 +20,4 @@ URxvt.boldfont:xft:Monospace-Bold:pixelsize=15
|
|||||||
URxvt.letterSpace: -1
|
URxvt.letterSpace: -1
|
||||||
URxvt.perl-ext-common: default,matcher
|
URxvt.perl-ext-common: default,matcher
|
||||||
URxvt.url-launcher: /usr/bin/xdg-open
|
URxvt.url-launcher: /usr/bin/xdg-open
|
||||||
URxvt.matcher.button: 1
|
URxvt.matcher.button: 1
|
2
Xmodmap
2
Xmodmap
@ -5,4 +5,4 @@ keysym c = c C cent
|
|||||||
keysym a = a A adiaeresis Adiaeresis
|
keysym a = a A adiaeresis Adiaeresis
|
||||||
keysym o = o O odiaeresis Odiaeresis
|
keysym o = o O odiaeresis Odiaeresis
|
||||||
keysym u = u U udiaeresis Udiaeresis
|
keysym u = u U udiaeresis Udiaeresis
|
||||||
keysym s = s S ssharp
|
keysym s = s S ssharp
|
@ -21,4 +21,4 @@
|
|||||||
*color12: #4186be
|
*color12: #4186be
|
||||||
*color13: #ef9ebe
|
*color13: #ef9ebe
|
||||||
*color14: #71bebe
|
*color14: #71bebe
|
||||||
*color15: #ffffff
|
*color15: #ffffff
|
2
aliases
2
aliases
@ -9,4 +9,4 @@ alias ll='ls -l'
|
|||||||
alias la='ls -A'
|
alias la='ls -A'
|
||||||
alias l='ls -CF'
|
alias l='ls -CF'
|
||||||
alias sl='ls'
|
alias sl='ls'
|
||||||
alias ks='ls'
|
alias ks='ls'
|
2
bashrc
2
bashrc
@ -111,4 +111,4 @@ if ! shopt -oq posix; then
|
|||||||
. /etc/bash_completion
|
. /etc/bash_completion
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
export PATH=$PATH:/home/zul/.local/bin
|
export PATH=$PATH:/home/zul/.local/bin
|
@ -34,14 +34,12 @@ override_utf8_locale=true,
|
|||||||
default_color='FFFFFF',
|
default_color='FFFFFF',
|
||||||
|
|
||||||
color0='FFFFFF',
|
color0='FFFFFF',
|
||||||
color1='FFFFFF',
|
color1='FFFFFF'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
\
|
\
|
||||||
\
|
\
|
||||||
|
@ -3,4 +3,4 @@ Type=Application
|
|||||||
Name=conky
|
Name=conky
|
||||||
Exec=conky -c /home/zul/workspace/dotfiles/conky.conf --daemonize --pause=1
|
Exec=conky -c /home/zul/workspace/dotfiles/conky.conf --daemonize --pause=1
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
Terminal=false
|
Terminal=false
|
@ -4,4 +4,4 @@
|
|||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
[fetch]
|
[fetch]
|
||||||
prune = true
|
prune = true
|
3
screenrc
3
screenrc
@ -14,5 +14,4 @@ startup_message off
|
|||||||
# Display the status line at the bottom
|
# Display the status line at the bottom
|
||||||
hardstatus on
|
hardstatus on
|
||||||
hardstatus alwayslastline
|
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"
|
||||||
|
|
@ -2,7 +2,6 @@ Host koptein.de
|
|||||||
HostName koptein.de
|
HostName koptein.de
|
||||||
User zul
|
User zul
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
Host mailbucket.eu
|
Host mailbucket.eu
|
||||||
HostName mailbucket.eu
|
HostName mailbucket.eu
|
||||||
User zul
|
User zul
|
||||||
@ -15,7 +14,6 @@ Host home
|
|||||||
HostName 192.168.15.5
|
HostName 192.168.15.5
|
||||||
User koptein
|
User koptein
|
||||||
Port 222
|
Port 222
|
||||||
|
|
||||||
Host berthold
|
Host berthold
|
||||||
HostName 192.168.15.23
|
HostName 192.168.15.23
|
||||||
User root
|
User root
|
||||||
@ -34,7 +32,6 @@ Host web
|
|||||||
Host backup
|
Host backup
|
||||||
HostName 192.168.15.19
|
HostName 192.168.15.19
|
||||||
User root
|
User root
|
||||||
|
|
||||||
Host elitedesk.vpn
|
Host elitedesk.vpn
|
||||||
HostName 10.8.0.7
|
HostName 10.8.0.7
|
||||||
User zul
|
User zul
|
||||||
@ -66,10 +63,9 @@ Host ennopc
|
|||||||
Host pihole
|
Host pihole
|
||||||
Hostname 192.168.15.13
|
Hostname 192.168.15.13
|
||||||
User root
|
User root
|
||||||
|
|
||||||
Host azubiserver
|
Host azubiserver
|
||||||
Hostname 10.10.21.40
|
Hostname 10.10.21.40
|
||||||
User root
|
User root
|
||||||
Host jellyfin.vpn
|
Host jellyfin.vpn
|
||||||
Hostname 10.8.0.21
|
Hostname 10.8.0.21
|
||||||
User zul
|
User zul
|
@ -3,4 +3,4 @@ Type=Application
|
|||||||
Name=xmodmap
|
Name=xmodmap
|
||||||
Exec=xmodmap /home/zul/workspace/.Xmodmap
|
Exec=xmodmap /home/zul/workspace/.Xmodmap
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
Terminal=false
|
Terminal=false
|
Loading…
Reference in New Issue
Block a user