setup.sh 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. mkdir ~/Apps
  2. mkdir ~/Apps/Games
  3. mkdir ~/Donwloads
  4. mkdir ~/Videos
  5. mkdir ~/Pictures
  6. mkdir ~/Documents
  7. mkdir ~/Box
  8. cd
  9. mkdir /tmp/install
  10. cd /tmp/install
  11. #!/bin/bash
  12. echo "Choose an Desktop or Laptop:"
  13. echo "1. Laptop"
  14. echo "2. Desktop"
  15. read -p "Enter your choice (1 or 2): " choice
  16. if [ "$choice" == "1" ]; then
  17. wget https://notabug.org/X5DragonFire/MinArch/raw/master/configs/laptop/fuzzel.ini
  18. wget https://notabug.org/X5DragonFire/MinArch/raw/master/configs/laptop/foot.ini
  19. wget https://notabug.org/X5DragonFire/MinArch/raw/master/configs/laptop/config.yml
  20. elif [ "$choice" == "2" ]; then
  21. wget https://notabug.org/X5DragonFire/MinArch/raw/master/configs/desktop/fuzzel.ini
  22. wget https://notabug.org/X5DragonFire/MinArch/raw/master/configs/desktop/foot.ini
  23. wget https://notabug.org/X5DragonFire/MinArch/raw/master/configs/desktop/config.yml
  24. else
  25. echo "You Must Choose 1.Laptop or 2.Desktop"
  26. fi
  27. wget https://notabug.org/X5DragonFire/MinArch/raw/master/org.pwmt.zathura.desktop
  28. wget https://notabug.org/X5DragonFire/MinArch/raw/master/mimeapps.list
  29. wget https://notabug.org/X5DragonFire/MinArch/raw/master/install.sh
  30. wget https://notabug.org/X5DragonFire/MinArch/raw/master/post.sh
  31. wget https://notabug.org/X5DragonFire/MinArch/raw/master/configs/init
  32. wget https://notabug.org/X5DragonFire/MinArch/raw/master/bashrc
  33. wget https://notabug.org/X5DragonFire/MinArch/raw/master/wifi.sh
  34. mkdir ~/.config/river
  35. mkdir ~/.config/yambar
  36. mkdir ~/.config/fuzzel
  37. mkdir ~/.config/foot
  38. mv init ~/.config/river
  39. mv config.yml ~/.config/yambar
  40. mv fuzzel.ini ~/.config/fuzzel
  41. mv foot.ini ~/.config/foot
  42. mv bashrc ~/.bashrc
  43. git clone https://aur.archlinux.org/yay.git
  44. cd yay
  45. makepkg -si
  46. cd /tmp/install
  47. yay -S --noconfirm aur/yambar-wayland
  48. yay -S --noconfirm aur/light
  49. sudo sh install.sh