commit 0ee059a128a579712eb12d1329ba21de92adb593
parent 50a811e784bb9cf80ed568947ccdcc4cb71e966e
Author: Bharatvaj H <bharatvajph@gmail.com>
Date: Tue, 27 Nov 2018 01:49:30 +0000
A new practise
Diffstat:
3 files changed, 101 insertions(+), 1 deletion(-)
diff --git a/.Xdefaults b/.Xdefaults
@@ -38,7 +38,7 @@ URxvt.scrollBar: false
! Perl extensions
URxvt.perl-ext-common: default,matcher
URxvt.matcher.button: 1
-URxvt.url-launcher: firefox
+URxvt.url-launcher: surf
! Cursor
URxvt.cursorBlink: true
diff --git a/root/.Xdefaults b/root/.Xdefaults
@@ -0,0 +1,90 @@
+!-------------------------------------------------------------------------------
+! Xft settings
+!-------------------------------------------------------------------------------
+Xft.autohint: 0
+Xft.dpi: 96
+Xft.antialias: true
+Xft.rgba: rgb
+Xft.hinting: true
+Xft.hintstyle: hintslight
+Xft.lcdfilter: lcddefault
+
+!-------------------------------------------------------------------------------
+! URxvt settings
+! Colours lifted from Solarized (http://ethanschoonover.com/solarized)
+! More info at:
+! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
+!-------------------------------------------------------------------------------
+
+URxvt.depth: 32
+URxvt.geometry: 70x20
+URxvt*transparent: false
+!URxvt*shading: 30
+URxvt*tintColor: #ffffff
+URxvt*blurRadius: 0
+!URxvt.urgentOnBell: false
+URxvt.visualBell: false
+URxvt.loginShell: true
+URxvt.internalBorder: 6
+URxvt.lineSpace: 0
+
+! Fonts
+!URxvt.font: xft:Noto:pixelsize=14
+
+! Scrollbar
+URxvt.scrollStyle: rxvt
+URxvt.scrollBar: false
+
+! Perl extensions
+URxvt.perl-ext-common: default,matcher
+URxvt.matcher.button: 1
+URxvt.url-launcher: surf
+
+! Cursor
+URxvt.cursorBlink: true
+URxv.cursorUnderlinurxvtc: false
+
+! Pointer
+URxvt.pointerBlank: true
+
+URxvt.keysym.C-N: exec urxvtc
+
+! special
+#*.foreground: #d0d0d0
+#*.background: rgba:0000/0000/0000/f000
+*.cursorColor: #d0d0d0
+URxvt.foreground: #4D4D4C
+URxvt.background: #FFFFFF
+
+! black
+URxvt.color0: #EDEDED
+URxvt.color8: #969694
+
+! red
+URxvt.color1: #D7005F
+URxvt.color9: #D7005F
+
+! green
+URxvt.color2: #718C00
+URxvt.color10: #718C00
+
+! yellow / orange
+URxvt.color3: #D75F00
+URxvt.color11: #D75F00
+
+! blue
+
+URxvt.color4: #4271AE
+URxvt.color12: #4271AE
+
+! magenta
+URxvt.color5: #8959A8
+URxvt.color13: #8959A8
+
+! cyan
+URxvt.color6: #3E999F
+URxvt.color14: #3E999F
+
+! white
+URxvt.color7: #4D4D4C
+URxvt.color15: #F5F5F5
diff --git a/root/.bashrc b/root/.bashrc
@@ -0,0 +1,10 @@
+#
+# ~/.bashrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+alias ls='ls --color=auto'
+alias grep="grep --color=auto"
+
+export PS1="\w # "