Created
April 8, 2016 09:36
-
-
Save optyler/0763d7344357ca3138588aa42c4ca3bd to your computer and use it in GitHub Desktop.
Linux configurations (fedora 21)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
screen -t bash1 | |
screen -t bash2 | |
screen -t bash3 | |
altscreen on | |
term screen-256color | |
vbell off | |
startup_message off | |
defscrollback 10240 | |
hardstatus alwayslastline | |
hardstatus string "%{= KW} %H [%`] %{= Kw}|%{-} %-Lw%{= bW}%n%f %t%{-}%+Lw %=%C%a %Y-%M-%d" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Defaults for all xterm clients | |
Xcursor.size: 28 | |
Xcursor.theme: Shere_Khan_X | |
! XTERM | |
XTerm*background: #191919 | |
XTerm*foreground: #FED053 | |
XTerm*highlightColor: magenta | |
XTerm*geometry: 71x21 | |
XTerm*font: xft:Terminus:pixelsize=10:antialias=false | |
XTerm*boldFont: xft:Terminus:pixelsize=10:antialias=false | |
Xft:ProFont: pixelsize=10 | |
! URxvt | |
urxvt*depth: 32 | |
urxvt*background: rgba:0000/0000/0200/c800 | |
urxvt*foreground: #eeeeec | |
urxvt*highlightColor: rgba:0000/0000/e000/8000 | |
urxvt*color4: RoyalBlue | |
urxvt*color12: RoyalBlue | |
urxvt*scrollBar: false | |
urxvt*geometry: 100x40 | |
! urxvt*font: xft:DejaVu Sans Mono:style=Book:pixelsize=12:antialias=false | |
! urxvt*boldFont: xft:DejaVu Sans Mono:style=Bold:pixelsize=12:antialias=false | |
urxvt*font: xft:DejaVu Sans Mono:pixelsize=12:antialias=true:hinting=true | |
urxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=12:antialias=true:hinting=true | |
urxvt*saveLines: 12000 | |
! urxvt*letterSpace: -1 | |
urxvt.perl-ext-common: default,matcher | |
urxvt.urlLauncher: /usr/bin/google-chrome | |
! border | |
urxvt*borderLess: true | |
URxvt*externalBorder: 1 | |
URxvt*internalBorder: 1 | |
URxvt*borderColor: [10]#40e0d0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment