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
|
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
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
autotrash
|
||||||
betterlockscreen
|
betterlockscreen
|
||||||
bitwarden
|
bitwarden
|
||||||
btrfsmaintenance
|
btrfsmaintenance
|
||||||
|
Loading…
Reference in New Issue
Block a user