Dotfiles for BSPWM
*** INSTRUCTIONS: ***
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
cd ~
cd BSPWM_Dots/1. Packages/
sudo pacman -S $(cat PacmanPackages.txt)
yay -S $(cat AURPackages.txt)
yay -S $(cat ExtraPackages.txt)
sudo pacman -U transmission-gtk-3.00-6-x86_64.pkg.tar.zst
cd ~
LC_ALL=C.UTF-8 xdg-user-dirs-update --force
cp -R BSPWM_Dots/2. Home Config Files/* /home/user/.config/
sudo cp -R BSPWM_Dots/3. User Share Fonts/* /usr/share/fonts/
sudo fc-cache -fv
sudo cp -R BSPWM_Dots/4. User Share Themes/* /usr/share/themes/
sudo cp -R BSPWM_Dots/5. User Local Bin/* /usr/local/bin/
sudo cp -R BSPWM_Dots/6. ETC/* /etc/
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
13) Copy #7 Home Hidden Files
cp -R BSPWM_Dots/7. Home Hidden Files/.[a-zA-Z0-9]* /home/user/
** Check to see if files and folders have copied with ls -la If not then copy one by one **
cd ~
mkdir /root/.config
cp -R /home/user/BSPWM_Dots/8. Root/Config/* /root/.config/
exit
cp -R BSPWM_Dots/9. Pictures/* /home/user/Pictures/
rm -rf /home/user/yay
rm -rf /home/user/BSPWM_Dots
sudo chown -R user:user /home/user
sudo systemctl enable bluetooth
* While in a GUI Environment *
betterlockscreen -u /home/user/Pictures/Wallpapers/Lock.jpg
sudo pacman -S ly
sudo systemctl enable ly
Reboot
You should have a fully working BSPWM installation.
super Launches Rofi
super + q Quits
super + x Shutdown Menu
super + enter Alacritty
super + Shift + f Thunar
super + Shift + w Firefox
super + Shift + t Geany
killall xsettingsd
gsettings set org.gnome.desktop.interface gtk-theme Qogir-dark
gsettings set org.gnome.desktop.interface icon-theme Papirus
*** May need to kill xsettingsd prior to changing appearance settings ***
Reboot