Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 660 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 660 Bytes

Gruvbox themed dwm

Screenshot

This is my dwm configuration files. Here you'll find:

  • dwm
  • dwmblocks
  • alacritty
  • fish
  • starship

Installation

git clone https://github.com/Andrey0189/dwm-gruvbox
cd dwm-gruvbox
cd dwm
make && sudo make install
cd ../dwmblocks
# Change your location in blocks.h for the weather widget
make && sudo make install
cd ..
# This will overwrite your previous configuration
cp -r .config/ ~/
cp startdwm.sh /usr/local/bin/

If you use a display manager

sudo cp dwm.desktop /usr/local/share/xsessions/

If you don't

echo "exec /usr/local/bin/startdwm.sh" >> ~/.xinitrc