Skip to content

Personal dotfiles

Notifications You must be signed in to change notification settings

tws4793/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repo contains my personal dotfiles.

As with any dotfiles, this is always a work in progress.

Setup

This set of dotfiles uses the git bare method.

Run the following commands:

alias dotfiles="/usr/bin/git --git-dir=$HOME/.df/ --work-tree=$HOME"
git clone --bare [email protected]:tws4793/dotfiles.git $HOME/.df
dotfiles config --local status.showUntrackedFiles no
dotfiles checkout

Resources