Skip to content

Instantly share code, notes, and snippets.

View ma-al's full-sized avatar
🔋

Mahathir Almashor ma-al

🔋
View GitHub Profile
@ma-al
ma-al / ubuntu-20.04.3-setup.md
Last active November 8, 2021 02:29
new Ubuntu 20.04.3 VM setup (Miniconda and basics)

Summary

Initial steps when inside a new Ubuntu VM

Quality of Life

echo 'alias c="clear"' >> ~/.bashrc
echo 'alias l="ls -FCAlh"' >> ~/.bashrc
echo 'alias xx="exit"' >> ~/.bashrc
echo 'alias hg="history | grep"' >> ~/.bashrc