Skip to content

runeanielsen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOTFILES

Repository containing my personal dotfiles.

Cloning the repository

alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'\
git clone --bare git@github.com:runeanielsen/dotfiles.git $HOME/.dotfiles\
dotfiles checkout

To not show untracked files

dotfiles config status.showUntrackedFiles no

Getting updated

dotfiles pull