I use a Lenovo B50-70 Notebook running Ubuntu 20.04 LTS.
- Update the package manager:
sudo apt-get update
- Install VIM:
sudo apt-get install vim
. - Install Latex:
sudo apt-get install texlive-full
- Install GRIP (Github flavoured Markdown; GitHub Readme Instant Preview):
sudo apt-get install grip
The .bashrc file contains default configurations. I made a few changes:
- Changed display colour for username
- Uncomment
force_color_prompt=yes
- Changed colour to brown:
[\033[0;33m\]\u@\h\
- Uncomment
- Set alias
open
in lieu ofxdg-open
.
- To improve readability and aesthetics, I opted for the Gruvbox Dark Theme for GNOME Terminals.
Important: the original source code specified black bold font for gruvbox darkmode.
Change the#000000000000
to the foreground colour#ebebdbdbb2b2
before installing so that bolded words are still readable. - (Built-in theme) I previously used black-on-white scheme and chose the DeJaVu Sans Monobook font. These can be configured in Preferences.
For Vim (powerful text editor), see Vim-config-guide