-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
40 lines (34 loc) · 925 Bytes
/
Copy pathinstall.sh
File metadata and controls
40 lines (34 loc) · 925 Bytes
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
echo Installing Dependencies .....
# install the dependencies
sudo pacman -S kitty
sudo pacman -S dunst
yay -S rofi-lbonn-wayland-git
sudo pacman -S waybar
sudo pacman -S nautilus
yay -S swww
echo Copying Themes .....
# copy themes to config folder
cp -r themes $HOME/.config
sudo cp -r icons /usr/share
echo Configuring Notifications .....
# copy notifications file to bin
sudo cp volume_brightness.sh /usr/local/bin
cd /usr/local/bin
sudo chmod a+x volume_brightness.sh
sudo mv volume_brightness.sh volume_brightness
cd $HOME/.config
echo Installing Fonts ....
# install the required fonts
sudo pacman -S ttf-dejavu
sudo pacman -S ttf-fira-code
sudo pacman -S ttf-firacode-nerd
sudo pacman -S ttf-font-awesome
sudo pacman -S ttf-jetbrains-mono-nerd
sudo pacman -S ttf-nerd-fonts-symbols
sudo pacman -S ttf-nerd-fonts-symbols-common
echo Rendering ....
# render a theme
cd $HOME/.config
cd themes
cd Crimson
./copy.sh