-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.sh
33 lines (22 loc) · 933 Bytes
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
sudo apt-get update -qq
sudo apt upgrade -yy
sudo apt install -y acpi acpid alsa-utils avahi-daemon build-essential curl dialog dunst dbus-x11 dosfstools feh firefox fish gvfs-backends libnotify-bin lightdm lxappearance lxterminal mtools neofetch network-manager network-manager-gnome obconf openbox papirus-icon-theme pavucontrol pipewire volumeicon-alsa menu mousepad picom qt5-style-plugins rofi thunar tint2 vlc wmctrl
sudo systemctl enable avahi-daemon
sudo systemctl enable acpid
sudo systemctl enable lightdm.service
xdg-user-dirs-update
chsh -s /usr/bin/fish
mkdir ~/.wp
cp wp.png ~/.wp
mkdir ~/.config/tint2/
cp tint2rc ~/.config/tint2/
mkdir ~/.config/rofi/
cp config.rasi ~/.config/rofi/
mkdir ~/.config/openbox/
cp autostart ~/.config/openbox/
mkdir ~/.config/neofetch/
cp config.conf ~/.config/neofetch/
mkdir ~/.config/lxterminal/
cp lxterminal.conf ~/.config/lxterminal/
cp picom.conf ~/.config
sudo reboot