Skip to content

colliderman/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Just a place for keeping my dotfiles accessible and versioned.

GNU Stow

GNU Stow makes it easy to store all of my dotfiles in a single directory for easy versioning, and then simply run the stow command to create symbolic links in the correct places.

For example, I want my .ideavimrc in my user home dir. So I create a ideaVim/ directory inside my dotfiles directory and put my .ideavimrc inside it.

Then all I need to do is run the following command and Stow will create the sym link to my .ideavimrc file for me.

$ cd ~/.dotfiles
$ stow ideaVim

Et voila.

About

My dot files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages