Skip to content

mdupuis13/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My personal linux config files.

dotFilez repo

backup config

Those commands will:

  1. copy the given files into the dotfiles folder
  2. using GNU Stow, create a symlink from that folder into the parent folder (which is $HOME in this case)
cd $HOME
mkdir -p dotfiles/<program_name>
# copy config file/folder into $HOME/dotfiles/<program_name>
cd dotfiles && stow <program_name>

restore

  1. clone the git repo into $HOME/dotfiles
  2. run stow <program_name> to restore a program's settings

special devices config

github gist