Improved default install

This commit is contained in:
edraft 2021-02-28 12:59:35 +01:00
parent 2948d7658b
commit 00b8f8b398

View File

@ -3,8 +3,9 @@
default_install() { default_install() {
echo 'Installing:' echo 'Installing:'
sudo apt-get install net-tools htop tree zip unzip neofetch -y sudo apt-get install net-tools htop tree zip unzip neofetch stacer gnome-tweaks trash-cli ncdu -y
sudo apt-get install stacer -y touch /etc/profile.d/sh_edraft.sh
sudo echo "neofetch" >> /home/*/.bashrc
sudo snap install simplenote sudo snap install simplenote
@ -23,6 +24,7 @@ install_chrome() {
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i ./google-chrome-stable_current_amd64.deb sudo dpkg -i ./google-chrome-stable_current_amd64.deb
rm google-chrome-stable_current_amd64.deb rm google-chrome-stable_current_amd64.deb
sudo apt-get install chrome-gnome-shell -y
} }
install_lsd() { install_lsd() {
@ -36,5 +38,5 @@ install_lsd() {
sudo chmod -R 775 /usr/share/fonts/hack sudo chmod -R 775 /usr/share/fonts/hack
rm -r hack rm -r hack
sudo snap install lsd sudo snap install lsd
sudo echo "alias ls='lsd'" >> /etc/bash.bashrc sudo echo "alias ls='lsd'" >> /home/*/.bashrc
} }