Skip to content

alektoron/dotfiles

Repository files navigation

Prerequisits

Make sure that there are these installed:

  • stow
  • make

Installation

Run make dotfiles - this will run install.sh script that reads packages from pkglist.txt and tries to create simlinks using stow of the applications that are in the root directory

To test the stow script, run make dry-dotfiles

Working with STOW

  • install GNU/Stow sudo pacman -S stow
  • update all dotfiles to the naming convention
    • if a path is ~/.config/app/app.conf then it should be dotfiles/app/.config/app/app.conf
    • if a path is ~/.app.conf then if should be dotfiles/app/.app.conf
  • check if it works stow -t ~ -nv app it should has LINK: with a potential symlink
  • if the previous step was okay, then run the command stow -t ~ -v app to create a symlink

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors