From 9146567c01da5eb1fb6934dda63d0e24f78f3cd8 Mon Sep 17 00:00:00 2001 From: Marco D'Agostini Date: Tue, 12 Feb 2019 18:06:38 -0500 Subject: [PATCH] --- ubuntu 18 fresh install.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/ubuntu 18 fresh install.md b/ubuntu 18 fresh install.md index a69dd42..79dc1bc 100644 --- a/ubuntu 18 fresh install.md +++ b/ubuntu 18 fresh install.md @@ -1,21 +1,21 @@ ## Packages -sudo apt-get install python-pip p7zip-full smplayer cmus speedtest-cli zsh curl wget git git-gui filezilla pavucontrol ufw servefile nmap -pip install youtube-dl +`sudo apt-get install python-pip p7zip-full smplayer cmus speedtest-cli zsh curl wget git git-gui filezilla pavucontrol ufw servefile nmap` +`pip install youtube-dl` ## Web installs -docker #https://download.docker.com -sublimetext #https://download.sublimetext.com/ -chrome #https://www.chrome.com/ -syncthing #https://apt.syncthing.net/ +- docker #https://download.docker.com +- sublimetext #https://download.sublimetext.com/ +- chrome #https://www.chrome.com/ +- syncthing #https://apt.syncthing.net/ ## Change history-size -HISTSIZE=10000 -HISTFILESIZE=20000 +`HISTSIZE=10000 +HISTFILESIZE=20000` ## Gnome extensions -Caffeine -Dash to dock | sudo apt remove gnome-shell-extension-ubuntu-dock # https://github.com/micheleg/dash-to-dock/issues/643 -suspend button +- Caffeine +- Dash to dock | sudo apt remove gnome-shell-extension-ubuntu-dock # https://github.com/micheleg/dash-to-dock/issues/643 +- suspend button ## Shortcuts systemctl suspend \ No newline at end of file