Install git:
sudo apt-get install git
Configure Git:
touch ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global
git config --global user.name "Your Name"
git config --global user.email "Your Email"
| /* ProtonMail */ | |
| /* CLASSIC THEME */ | |
| body { font-size: 14px } | |
| body, | |
| .pm_opensans { | |
| font-family: 'Lucida Grande', Verdana, Arial, sans-serif | |
| } |
| Windows Registry Editor Version 5.00 | |
| [HKEY_CURRENT_USER\Software\Tracker Software\PDFViewer\PageDisplay\Colors\Overrides\Custom] | |
| "TextFill"=dword:00969483 | |
| "LineArtFill"=dword:00423607 | |
| "UseLineArt"=dword:00000001 | |
| "UseText"=dword:00000001 | |
| "LineArtStroke"=dword:00756e58 | |
| "Background"=dword:00362b00 |
Install git:
sudo apt-get install git
Configure Git:
touch ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global
git config --global user.name "Your Name"
git config --global user.email "Your Email"