Move autotrash installation to AUR package
This commit is contained in:
parent
4e37551536
commit
7d86216180
@ -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
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
autotrash
|
||||
betterlockscreen
|
||||
bitwarden
|
||||
btrfsmaintenance
|
||||
|
Loading…
Reference in New Issue
Block a user