Tuesday, January 21, 2025

my .bcrc

 scale=6

my .screenrc

 Here are the contents of my screenrc:

# Change default scrollback value for new windows

defscrollback 10000 # default: 100


# no welcome message

startup_message off


# advertise hardstatus support to $TERMCAP

termcapinfo  * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\'

termcapinfo xterm* ti@:te@


bindkey "^[OR" prev

bindkey "^[OS" next


hardstatus alwayslastline

hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]'


screen -t notebook 

screen -t local

Git setup

 Few initial commands to setup git properly

* git config --global user.email "Harshal.Patil@company.com"

* git config --global user.name "Harshal Patil"

* git config --global credential.helper store