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
# pip
echo Installing python programs
pip install --user autotrash
echo Installed python programs
# setup autotrash
"$HOME/.local/bin/autotrash" -d 5 --install
systemctl --user start autotrash
systemctl --user enable autotrash.timer
#echo Installing python programs
#pip install --user autotrash
#echo Installed python programs
# REVIEW Patched neofetch version to remove Color codes
#git clone https://github.com/RealStickman/neofetch
@ -712,6 +707,11 @@ chsh -s /usr/bin/fish "$USER"
sudo systemctl enable vnstat
sudo systemctl start vnstat
# setup autotrash
autotrash -d 5 --install
systemctl --user start autotrash
systemctl --user enable autotrash.timer
# enable lockscreen for systemd
sudo systemctl enable betterlockscreen@$USER

View File

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