poetician

Pacman App Install Script

Mar 26th, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. #!/bin/sh
  2. # This installation script is for my convenience. Use and modify at your discretion.
  3.  
  4. sudo pacman -S --noconfirm --needed alacritty \
  5. --noconfirm --needed firejail \
  6. --noconfirm --needed google-earth-pro \
  7. --noconfirm --needed hefftor-skelapp-git \
  8. --noconfirm --needed hefftors-twm-color-changer-git \
  9. --noconfirm --needed hefftor-skelapp-git \
  10. --noconfirm --needed hefftor-twm-wallpaper-changer-git \
  11. --noconfirm --needed hefftor-betterlockscreen-gui-git \
  12. --noconfirm --needed hefftor-polybar-switcher-git \
  13. --noconfirm --needed gucharmap \
  14. --noconfirm --needed nemo \
  15. --noconfirm --needed nemo-fileroller \
  16. --noconfirm --needed nemo-image-converter \
  17. --noconfirm --needed nemo-preview \
  18. --noconfirm --needed nemo-python \
  19. --noconfirm --needed nemo-qt-components \
  20. --noconfirm --needed nemo-terminal \
  21. --noconfirm --needed parcellite \
  22. --noconfirm --needed workrave \
  23. --noconfirm --needed xscreensaver
Advertisement
Add Comment
Please, Sign In to add comment