Browse Source

Remove every GNU/screen configs

DricomDragon 4 years ago
parent
commit
07fc7bcdd5

+ 0 - 36
Install/Templates/config/screenrc

@@ -1,36 +0,0 @@
-# GNU Screen - main configuration file 
-# All other .screenrc files will source this file to inherit settings.
-# Author: Christian Wills - cwills.sys@gmail.com
-
-# Allow bold colors - necessary for some reason
-attrcolor b ".I"
-
-# Tell screen how to set colors. AB = background, AF=foreground
-termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
-
-# Enables use of shift-PgUp and shift-PgDn
-termcapinfo xterm|xterms|xs|rxvt ti@:te@
-
-# Erase background with current bg color
-defbce "on"
-
-# Enable 256 color term
-term xterm-256color
-
-# Cache 30000 lines for scroll back
-defscrollback 30000
-
-# Energy information
-backtick 101 30 15 echo "220V"
-
-hardstatus alwayslastline 
-# Very nice tabbed colored hardstatus line
-hardstatus string '%{= Kd} %{= Kd}%-w%{= Kr}[%{= KW}%n %t%{= Kr}]%{= Kd}%+w %-= %{KG} %H%{KW}|%{KY}%101`%{KW}|%D %M %d %Y%{= Kc} %C%A%{-}'
-
-# change command character from ctrl-a to ctrl-b (emacs users may want this)
-escape ^Hh
-
-# Hide hardstatus: ctrl-a f 
-bind f eval "hardstatus ignore"
-# Show hardstatus: ctrl-a F
-bind F eval "hardstatus alwayslastline"

+ 0 - 47
Install/Templates/examples/htop_screenrc

@@ -1,47 +0,0 @@
-# GNU Screen - main configuration file 
-# All other .screenrc files will source this file to inherit settings.
-# Author: Christian Wills - cwills.sys@gmail.com
-# Modified by Jovian Hersemeule to launche htop on many ssh hosts at once
-
-# Allow bold colors - necessary for some reason
-attrcolor b ".I"
-
-# Tell screen how to set colors. AB = background, AF=foreground
-termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
-
-# Enables use of shift-PgUp and shift-PgDn
-termcapinfo xterm|xterms|xs|rxvt ti@:te@
-
-# Erase background with current bg color
-defbce "on"
-
-# Enable 256 color term
-term xterm-256color
-
-# Cache 30000 lines for scroll back
-defscrollback 30000
-
-# New mail notification
-backtick 101 30 15 $HOME/bin/mailstatus.sh
-
-hardstatus alwayslastline 
-# Very nice tabbed colored hardstatus line
-hardstatus string '%{= Kd} %{= Kd}%-w%{= Kr}[%{= KW}%n %t%{= Kr}]%{= Kd}%+w %-= %{KG} %H%{KW}|%{KY}%101`%{KW}|%D %M %d %Y%{= Kc} %C%A%{-}'
-
-# change command character from ctrl-a to ctrl-b (emacs users may want this)
-escape ^Hh
-
-# Hide hardstatus: ctrl-a f 
-bind f eval "hardstatus ignore"
-# Show hardstatus: ctrl-a F
-bind F eval "hardstatus alwayslastline"
-
-# Launch htop
-screen -t htop-local htop
-split
-focus
-screen -t htop-master ssh vo_admin@172.20.65.109 -t /usr/local/bin/htop
-split
-focus
-screen -t htop-slave ssh vo_admin@172.20.65.110 -t /usr/local/bin/htop
-#screen -t git-status fish -i -c 'git status'

+ 0 - 36
Install/Templates/examples/laptop-screenrc

@@ -1,36 +0,0 @@
-# GNU Screen - main configuration file 
-# All other .screenrc files will source this file to inherit settings.
-# Author: Christian Wills - cwills.sys@gmail.com
-
-# Allow bold colors - necessary for some reason
-attrcolor b ".I"
-
-# Tell screen how to set colors. AB = background, AF=foreground
-termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
-
-# Enables use of shift-PgUp and shift-PgDn
-termcapinfo xterm|xterms|xs|rxvt ti@:te@
-
-# Erase background with current bg color
-defbce "on"
-
-# Enable 256 color term
-term xterm-256color
-
-# Cache 30000 lines for scroll back
-defscrollback 30000
-
-# Energy information
-backtick 101 30 15 /usr/bin/acpi
-
-hardstatus alwayslastline 
-# Very nice tabbed colored hardstatus line
-hardstatus string '%{= Kd} %{= Kd}%-w%{= Kr}[%{= KW}%n %t%{= Kr}]%{= Kd}%+w %-= %{KG} %H%{KW}|%{KY}%101`%{KW}|%D %M %d %Y%{= Kc} %C%A%{-}'
-
-# change command character from ctrl-a to ctrl-b (emacs users may want this)
-escape ^Hh
-
-# Hide hardstatus: ctrl-a f 
-bind f eval "hardstatus ignore"
-# Show hardstatus: ctrl-a F
-bind F eval "hardstatus alwayslastline"

+ 0 - 3
Install/basic-custom

@@ -7,8 +7,6 @@ ln --relative --symbolic Templates/bin $HOME/.bin
 mkdir --parents $HOME/.config
 
 # Basic config
-cp --link Templates/config/screenrc $HOME/.config/screenrc
-
 mv $HOME/.config/fish $HOME/.config/fish_stock_backup 
 ln --relative --symbolic Templates/config/fish $HOME/.config/fish
 
@@ -17,4 +15,3 @@ set --export --universal JHE 'jovian-hersemeule.eu'
 set --export --universal EDITOR 'vi -e'
 set --export --universal VISUAL vim
 set --export --universal TERMINAL alacritty
-set --export --universal SCREENRC $HOME/.config/screenrc