-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebian-thanos-part3.sh
executable file
·57 lines (56 loc) · 1.7 KB
/
debian-thanos-part3.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
xdg-user-dirs-update
cd ~
mkdir -p ~/Pictures/backgrounds
mkdir -p ~/Pictures/screenshots
cd ~
cp kitty.conf ~/.config/kitty/
cp theme.conf ~/.config/kitty/
cp picom.conf ~/.config/picom.conf
cp blur-lock.sh ~/.config/rofi/
cp config.rasi ~/.config/rofi/
cp sidetab-dwm.rasi ~/.config/rofi/themes/
mkdir -p ~/.config/gtk-3.0/
mkdir -p ~/.config/gtk-2.0/
mkdir -p ~/.config/dunst/
cp settings.ini ~/.config/gtk-3.0/
cp gtkrc-2.0 ~/.config/gtk-2.0/
cp dunstrc ~/.config/dunst/
sudo cp 30-keyboard.conf /etc/X11/xorg.conf.d/
sudo cp 30-touchpad.conf /etc/X11/xorg.conf.d/
mv debian-dwm-thanos ~/github
cp ~/github/debian-dwm-thanos/.Xresources ~/
cd ~
sudo rm -rf /usr/share/themes/Nordic/
sudo rm -rf /usr/share/icons/Nordzy*
flatpak install flathub com.visualstudio.code -y
sudo apt remove ifupdown -y
sudo rm -rf /etc/network/interfaces
sudo apt autoremove -y
sudo apt autopurge -y
sudo apt autoclean -y
sudo systemctl enable NetworkManager
sudo systemctl restart NetworkManager
cd ~
mv debian-titus ~/github
unlink ~/.bashrc
unlink ~/.config/starship.toml
sudo chown -R thanos:thanos ~/github/debian-titus
rm -rf ~/.bashrc.bak
rm -rf ~/.bashrc.orig
rm -rf ~/github/debian-titus/mybash/.bashrc
cd ~
cp bashrc ~/github/debian-titus/mybash/.bashrc
ln -s /home/thanos/github/debian-titus/mybash/.bashrc .bashrc
cd ~/.config
ln -s /home/thanos/github/debian-titus/mybash/starship.toml starship.toml
cd ~
cp bashrc.orig ~/.bashrc.bak
cp bashrc.orig ~/.bashrc.orig
sudo chown -R thanos:thanos ~/github/debian-titus/
rm -rf ~/github/debian-titus/mybash
rm -rf ~/github/debian-titus/dwm-titus
cd ~/github/debian-titus/
git clone https://github.com/christitustech/mybash.git
git clone https://github.com/christitustech/dwm-titus.git
cd ~
echo Done