Move autotrash installation to AUR package

This commit is contained in:
RealStickman 2023-04-13 18:42:30 +02:00
parent 4e37551536
commit 7d86216180
2 changed files with 9 additions and 8 deletions

View File

@ -318,14 +318,9 @@ sudo pacman -S --needed - <"$setupdir/packages/officialpkgs.txt"
echo Installed official programs echo Installed official programs
# pip # pip
echo Installing python programs #echo Installing python programs
pip install --user autotrash #pip install --user autotrash
echo Installed python programs #echo Installed python programs
# setup autotrash
"$HOME/.local/bin/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
@ -712,6 +707,11 @@ chsh -s /usr/bin/fish "$USER"
sudo systemctl enable vnstat sudo systemctl enable vnstat
sudo systemctl start vnstat sudo systemctl start vnstat
# setup autotrash
autotrash -d 5 --install
systemctl --user start autotrash
systemctl --user enable autotrash.timer
# enable lockscreen for systemd # enable lockscreen for systemd
sudo systemctl enable betterlockscreen@$USER sudo systemctl enable betterlockscreen@$USER

View File

@ -1,3 +1,4 @@
autotrash
betterlockscreen betterlockscreen
bitwarden bitwarden
btrfsmaintenance btrfsmaintenance