Skip to content

usergenic/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

These are all the "dotfiles" I'm sharing across systems. I am using GNU Stow to symlink these config files into their appropriate location on target machines.

My new machine setup process:

  • Install GNU Stow.
    • On a Mac, I install homebrew first and use homebrew install stow.
    • On a Linux box I install it with apt-get install stow.
  • Install Git (if needed).
    • It's usually already installed.
  • Clone this repo:
    git clone https://github.com/usergenic/dotfiles ~/dotfiles
  • Sync the config files:
    source ~/dotfiles/bash/dot-bash_profile_stow
    dotsync
  • Verify all the root level config files are symlinks and/or remove the ones that aren't, then dotsync again.

Releases

No releases published

Packages

No packages published