#!/bin/bash source $PWD/apps/chrome.sh source $PWD/apps/etcher.sh source $PWD/apps/timeshift.sh source $PWD/apps/ulauncher.sh desktop_install() { echo 'Installing:' sudo apt-get install stacer gnome-tweaks flameshot -y sudo snap install simplenote install_timeshift install_ulauncher install_chrome install_etcher }