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