removed trailing spaces
This commit is contained in:
parent
b23da6edc5
commit
8d2fbbd30d
@ -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
|
||||
```
|
||||
```
|
@ -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
|
2
Xmodmap
2
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
|
@ -21,4 +21,4 @@
|
||||
*color12: #4186be
|
||||
*color13: #ef9ebe
|
||||
*color14: #71bebe
|
||||
*color15: #ffffff
|
||||
*color15: #ffffff
|
2
aliases
2
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'
|
2
bashrc
2
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
|
@ -34,14 +34,12 @@ override_utf8_locale=true,
|
||||
default_color='FFFFFF',
|
||||
|
||||
color0='FFFFFF',
|
||||
color1='FFFFFF',
|
||||
color1='FFFFFF'
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
conky.text = [[
|
||||
\
|
||||
\
|
||||
|
@ -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
|
3
screenrc
3
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"
|
@ -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
|
@ -3,4 +3,4 @@ Type=Application
|
||||
Name=xmodmap
|
||||
Exec=xmodmap /home/zul/workspace/.Xmodmap
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Terminal=false
|
Loading…
Reference in New Issue
Block a user