Skip to content

briehman/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Overview

This repo is a skeleton/template/vanilla version of my dotfiles. gnu stow is used to install the dotfiles.

Using this repo

First, fork this repo.

Then, add your dotfiles:

$ git clone [email protected]:username/dotfiles.git .dotfiles
$ cd .dotfiles
$  # edit files
$ git push origin master

Finally, to install your dotfiles onto a new system:

$ cd $HOME
$ git clone [email protected]:username/dotfiles.git .dotfiles
$ gnu stow <package>  # <package> is one of the folders in the main
  directory. For example `stow git` or `stow vim`.