Skip to content

natemeier/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Dotfiles

Managing dotfiles between boxes.

Setup

Clone the repo to your home directory.

$ git clone https://github.com/natemeier/dotfiles

This uses GNU Stow to manage symbolic links between files in this repository and the home directory, inspired by this.

Install stow

Use the package manager for your system. I pretty much stick to OSX and Ubuntu.

OSX

$ brew install stow

Debian

$ sudo apt-get install stow

Using Stow

Change into the dotfiles directory and use stow to selectively symlink files. You may need to re/move existing copies to make room for you new, version-controlled files.

The flag -t allows you to set the symlink target. In this case, I want my dotfiles to be in my home directory.

$ cd ~/path/to/dotfiles
$ stow git -t ~
$ stow vim -t ~

About

My dotfiles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published