INSTALLATION
-
First download these packages if you haven't already
polybar
bspwm
sxhkd
picom
rofi
ranger
neofetch
git
nitrogen
nerd-fonts-iosevka
ttf-material-design-icons
-
Then clone my repo
https://github.com/zarc1411/dotfiles.git
-
Let's build the st terminal
cd dotfiles/st/
sudo make install
Type st in your terminal to see if it runs.
-
Create a directory
.config
in~/
(home) directory if not created already. -
Then go to dotfiles directory and move these folders to
.config
directorypolybar
bspwm
sxhkd
picom
If you already have some/all of these folders in .config
then just replace their contents by the contents of my folders from my repo
- Make the files of bspwm and polybar executable
cd ~/.config/bspwm/
chmod +x bspwmrc
cd ~/.config/polybar/
chmod +x launch.sh
sxhkdrc
contains all keybinds, modify them to your liking- Go back to dotfiles directory and move .Xresources to ~/ (home) if you don't have it already.
Update .Xresources
.Xresources contains all the colors, and st terminal takes colors from Xresources
xrdb merge ~/.Xresources
- The wallpaper is in the
wall
folder ofdotfiles
folder. - Restart bspwm ( check the keybind in sxhkdrc)