install.sh 396 B

123456789101112131415161718
  1. #bin/bash
  2. if [[ $EUID -ne 0 ]]; then
  3. echo "This script must be run as root"
  4. exit 1
  5. fi
  6. cp doas.conf /etc/
  7. cp mimeapps.list /etc/xdg/
  8. cp ../configs/profile /etc/
  9. apt update
  10. apt install foot falkon htop doas iwd git sway imv ffmpeg mpv pcmanfm-qt lxqt-archiver zathura featherpad tofi
  11. cp ../configs/imv_config /etc/
  12. print "replace username with the name of your user"
  13. nano /etc/doas.conf