Skip to content

yhyadev/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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