Thanks to visit codestin.com
Credit goes to github.com

Skip to content

leedoughty/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

My collection of dotfiles.

Installation

This repository uses GNU Stow to manage symlinks and organise dotfiles efficiently.

What is Stow? GNU Stow is a symlink manager that helps you keep your dotfiles organised by creating symbolic links from your home directory to files managed in this repository. This makes it easy to install, update, or remove configurations without cluttering your home directory.

At the top level of your root directory, run:

  • git clone https://github.com/leedoughty/dotfiles.git
  • brew install stow

Backup your existing dotfiles, for example:

  • mv ~/.zshrc ~/.zshrc.bak
  • mv ~/.gitconfig ~/.gitconfig.bak

Important: Run stow . only from the root of this repository. Running it elsewhere will create invalid symlinks. When removing symlinks, ensure you have backups of your original dotfiles to prevent accidental loss.

  • cd dotfiles
  • stow .

References

About

My dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages