-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbspwm.sh
More file actions
16 lines (16 loc) · 902 Bytes
/
Copy pathbspwm.sh
File metadata and controls
16 lines (16 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
sudo pacman -Syu --needed git base-devel ttf-iosevka-nerd ttf-cascadia-code
git clone https://aur.archlinux.org/paru-bin.git
cd paru-bin && makepkg -si
paru -S alacritty ttf-material-design-iconic-font bspwm sxhkd feh polybar zscroll-git xorg-xsetroot xorg-xbacklight light pamixer picom-allusive dunst rofi flameshot ksuperkey polkit-gnome network-manager-applet helix xfce4-power-manager betterlockscreen zsh zsh-autosuggestions zsh-syntax-highlighting oh-my-zsh-git catppuccin-gtk-theme-mocha papirus-icon-theme --needed --noconfirm
git clone https://github.com/omertahaoztop/MyDotfiles
cd MyDotfiles
\cp -R .config/* ~/.config/
chmod -R +x ~/.config/bspwm
\cp .zshrc ~
\cp .zshrc-personal ~
mkdir ~/.local/bin
\cp -R .local/bin/* ~/.local/bin
\chmod -R +x ~/.local/bin
betterlockscreen -u ~/.config/bspwm/backgrounds/evening-sky.png
sudo systemctl enable betterlockscreen@$USER.service