forked from SolDoesTech/hyprland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.sh
executable file
·36 lines (28 loc) · 1.11 KB
/
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
34
35
36
#!/usr/bin/env bash
sudo pacman -Syu
sudo pacman -S hyprland nautilus cliphist playerctl python-pywal git networkmanager greetd greetd-tuigreet vim greetd obs-studio --noconfirm
sudo cp -r greetd /etc/
sudo systemctl enable greetd --force
sudo systemctl start greetd
sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si
cd ..
sudo pacman -S lsd
yay -S kitty waybar-hyprland rofi-lbonn-wayland-git \
swaybg swaylock-effects wlogout mako thunar \
ttf-jetbrains-mono-nerd noto-fonts-emoji \
polkit-gnome python-requests starship \
swappy grim slurp pamixer brightnessctl gvfs \
bluez bluez-utils lxappearance xfce4-settings \
dracula-gtk-theme tela-icon-theme dracula-icons-git \
xdg-desktop-portal-hyprland hyprpicker wlsunset \
zsh zsh-theme-powerlevel10k konsave hyprlshot --noconfirm
chsh -s /bin/zsh
sudo chsh -s /bin/zsh
# fix for strange encoding of polish characters by git
git config --global core.quotepath false
konsave -r hyprland
konsave -i hyprland.knsv
konsave -a hyprland
#set default browser as firefox
xdg-settings set default-web-browser firefox.desktop