sh_linux_installation_scripts/default/install.sh
2021-03-04 16:39:10 +01:00

23 lines
487 B
Bash

#!/bin/bash
source $PWD/apps/chrome.sh
source $PWD/apps/etcher.sh
source $PWD/apps/lsd.sh
source $PWD/apps/timeshift.sh
source $PWD/apps/ulauncher.sh
default_install() {
echo 'Installing:'
sudo apt-get install net-tools htop tree zip unzip neofetch stacer gnome-tweaks trash-cli ncdu flameshot -y
sudo echo "neofetch" >> /home/*/.bashrc
sudo snap install simplenote
install_chrome
install_etcher
install_lsd
install_timeshift
install_ulauncher
}