script.sh 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. #!/bin/bash
  2. user=$(whoami)
  3. sudo cp sources.list /etc/apt/sources.list
  4. sudo cp xfce4-keyboard-shortcuts.xml /home/"${user}"/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
  5. sudo cp accels.scm /home/"${user}"/.config/xfce4/terminal/accels.scm #terminal shortcuts
  6. sudo apt update
  7. sudo apt upgrade -y
  8. sudo apt install flatpak lightdm-gtk-greeter-settings dconf-editor pyqt5-dev-tools zip lightdm libgtk-3-dev liblightdm-gobject-1-0 libdbus-glib-1-dev gtk2-engines-murrine sassc autoconf gcc make pkg-config libpam0g-dev libcairo2-dev libfontconfig1-dev libxcb-composite0-dev libev-dev libx11-xcb-dev libxcb-xkb-dev libxcb-xinerama0-dev libxcb-randr0-dev libxcb-image0-dev libxcb-util0-dev libxcb-xrm-dev libxkbcommon-dev libxkbcommon-x11-dev libjpeg-dev xutils-dev plank software-properties-common cmake libgee-0.8-dev libgnome-menu-3-dev cdbs valac libvala-0.48-dev libglib2.0-dev libwnck-3-dev libgtk-3-dev git lightdm gcc g++ wget rofi papirus-icon-theme imagemagick xcftools bluetooth bluez blueman libssl-dev libncurses5-dev libsqlite3-dev libreadline-dev libtk8.6 libgdm-dev libdb4o-cil-dev libpcap-dev printer-driver-all libcups2-dev libcups2 libcupsfilters-dev libppd0 libppd-dev cups mugshot -y
  9. flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  10. sudo cp i3lock-everblush /usr/bin
  11. mkdir /home/"${user}"/git
  12. cd /home/"${user}"/git
  13. git clone https://github.com/vinceliuice/WhiteSur-gtk-theme
  14. git clone https://github.com/vinceliuice/WhiteSur-icon-theme
  15. git clone https://github.com/vinceliuice/Colloid-icon-theme
  16. git clone https://github.com/Raymo111/i3lock-color
  17. git clone https://github.com/yeyushengfan258/Reversal-icon-theme
  18. git clone --recursive https://github.com/thegamerhat/lightdm-glorious-webkit2
  19. git clone https://github.com/Antergos/lightdm-webkit2-greeter.git greeter
  20. git clone https://github.com/Antergos/web-greeter.git
  21. git clone https://github.com/pixegami/terminal-profile
  22. git clone https://github.com/mebeim/grub-fallout-terminal-theme
  23. git clone https://github.com/newmanls/rofi-themes-collection
  24. cd /home/"${user}"/git/Colloid-icon-theme/cursors/
  25. sudo ./install.sh
  26. cd /home/"${user}"/git/WhiteSur-gtk-theme/
  27. ./install.sh -N --right -t purple
  28. cd /home/"${user}"/git/Reversal-icon-theme
  29. ./install.sh -a
  30. cd /home/"${user}"/git/greeter
  31. ./autogen.sh --prefix=/usr
  32. make
  33. cd /home/"${user}"/git/web-greeter
  34. sudo make install
  35. sudo cp -r lightdm-glorious-webkit2 /usr/share/lightdm-webkit/themes/glorious
  36. cd /home/"${user}"/git/i3lock-color
  37. ./install-i3lock-color.sh
  38. cd build
  39. make
  40. xfconf-query --create -c xfce4-session -p /general/LockCommand -t string -s "i3lock-everblush"
  41. cd /home/"${user}"/git/grub-fallout-terminal-theme
  42. make
  43. sudo make install
  44. mkdir /home/"${user}"/.config/rofi
  45. mkdir /home/"${user}"/.local/share/rofi
  46. cp -r /home/"${user}/git/rofi-themes-collection/themes ~/.local/share/rofi
  47. cp config.rasi /home/"${user}"/.config/rofi
  48. cd /home/"${user}"/git/terminal-profile
  49. ./install_powerline.sh
  50. ./install_terminal.sh -y
  51. ./install_profile.sh
  52. sudo apt install pulseaudio-bluetooth-discover