Add autotrash

This commit is contained in:
RealStickman 2021-01-09 08:54:40 +01:00
parent af5957a9be
commit b7478244bd

View File

@ -307,6 +307,16 @@ echo Installing audio programs
sudo pacman -S --needed - < "$HOME/setup/audiopkgs.txt" sudo pacman -S --needed - < "$HOME/setup/audiopkgs.txt"
echo Installed audio programs echo Installed audio programs
# pip
echo Installing python programs
pip install --user autotrash
echo Installed python programs
# setup autotrash
autotrash -d 5 --install
systemctl --user start autotrash
systemctl --user enable autotrash.timer
# REVIEW Patched neofetch version to remove Color codes # REVIEW Patched neofetch version to remove Color codes
git clone https://github.com/RealStickman/neofetch git clone https://github.com/RealStickman/neofetch
cd neofetch cd neofetch