Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 362 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 362 Bytes

Yhya's Linux Dotfiles

Installation

  1. Clone the repo
git clone https://github.com/yhyadev/dotfiles
cd dotfiles
  1. Join the stow directory
cd stow
  1. Make symbolic links using stow
stow * -t ~
  1. Build suckless configurations using make (replace dwm with the intended app)
cd ~/.config/dwm
make install clean