Skip to content
/ dot-files Public

Dotfiles that I run on my linux dev environment

Notifications You must be signed in to change notification settings

jvik/dot-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to enable config files

Install stow

sudo pacman -S stow

Usage

Clone repo into home folder

git clone [email protected]:jvik/dot-files.git ~

Stow package

stow <packagename> # activates symlink
stow -n <packagename> # trial runs or simulates symlink generation. Effective for checking for errors
stow -D <packagename> # delete stowed package
stow -R <packagename> # restows package

About

Dotfiles that I run on my linux dev environment

Resources

Stars

Watchers

Forks