Skip to content

My dwm setup in Arch BTW

License

Notifications You must be signed in to change notification settings

DeluxerPanda/Delux-dwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Clone the repo

git clone https://github.com/DeluxerPanda/Delux-dwm.git

Go to the cloned repo

cd Delux-dwm

Make the setup file executable

chmod +x setup_for_Arch.sh

Run the setup script

./setup_for_Arch.sh

one liner

git clone https://github.com/DeluxerPanda/Delux-dwm.git && cd Delux-dwm && chmod +x setup_for_Arch.sh && ./setup_for_Arch.sh