"# dotfiles"
Declare a function to install suckless tools
function suckless() {
git clone https://git.suckless.org/$1 ~/.config/suckless/$1
cd ~/.config/suckless/$1
sudo make clean install
}Then, you can install dwm with the following command:
sudo suckless dwmsudo suckless dmenuSome references: