-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.sh
23 lines (20 loc) · 825 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
# Installation script to install all configurations
# Install theme
## Make themes dir if not exists
mkdir -p /home/kali/.themes
## Unzip the mantis-theme.zip to /home/kali/.themes
unzip Themes/mantis-theme.zip -d /home/kali/.themes/
## Unzip the flat-remix icons zip to /home/kali/.icons
tar -xf Icons/05-Flat-Remix-Black-20230622.tar.xz -C /home/kali/.icons
## Change the xfce4-settings-editor values to use Mantis theme
#xfconf-query -c xsettings -p /Net/ThemeName -s "Mantis"
# Copy files
## etc/profile -> /etc/profile
cp ./files/etc/profile /etc/profile
## config -> /home/kali/.config
cp -r ./files/home/config/. /home/kali/.config/
## ./files/home/zshrc -> /home/kali/.zshrc
cp ./files/home/zshrc /home/kali/.zshrc
mkdir /home/kali/.hacking
## ./files/home/zshrc -> /root/.zshrc
cp ./files/home/zshrc /root/.zshrc