Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 386 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 386 Bytes

mylinux

stuff to make my linux machine more better

Conky

How to install conky:

sudo apt-get install conky

Put conky.conf in ~/.config/conky/conky.conf

Put conky.desktop in ~/.config/autostart/conky.desktop

tutorial: https://www.youtube.com/watch?v=QB8cjKpdVQY&t=523s

Bash history

# Bash history
echo "export PROMPT_COMMAND='history -a'" >> /etc/bash.bashrc