Skip to content

jsf9k/.dotfiles_home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles_cisa - Linux configuration files for home machines

These are the Linux configuration files that are specific to my home machines. The intent is that this repository be checked out into your home directory. After that installing the files is as simple as running stow for each (non-.git) entry in the .dotfiles directory:

for d in $(find . -maxdepth 1 -mindepth 1 -type d -not -name ".git" -exec basename {} \;)
do
    stow "$d"
done

This is precisely what is done in the deploy.sh script.

About

Linux config files specific to my home machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published