Skip to content

Collection of my dotfile configs served with gnu stow

Notifications You must be signed in to change notification settings

maajix/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation using stow

  • Move the dotfiles into a folder within the home directory
  • Run the following command to create all the symlinks using stow
$ stow .

Structure of stow

  • The dotfiles folder has to have the same structure as from the home folder
home/kali/.config/.somefile
dotfiles/.config/.somefile
  • Easy command for moving files after they are copied to the dotfiles directory (replaces conflicting files in the original directory)
$ stow --adopt .

Adding new files to the ignore list

$ echo ".myfile" > .stow-local-ignore

About

Collection of my dotfile configs served with gnu stow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages