Skip to content

crazytelli/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Dotfiles management with GNU/stow

How to install the configuration files with stow

  1. First, make sure to have stow installed:

sudo pacman -Sy stow

  1. Navigate to the stow directory:

cd ~/.dotfiles/default-stow

  1. To stow a specific config, such as the neovim:

stow -vt ~ nvim

  1. To stow everything:

stow -vt ~ *

  1. Finally: to remove the config for stowed programs:

stow -vDt ~ *

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published