Skip to content

💬 Dotfiles for the greater good

Notifications You must be signed in to change notification settings

michaljanocko/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💬 Dotfiles

Installation

alias config='git --git-dir=$HOME/.dots/ --work-tree=$HOME'
echo ".dots" >> .gitignore
git clone --bare https://github.com/michaljanocko/dots.git $HOME/.dots
config checkout
config config --local status.showUntrackedFiles no

config checkout won't work if you have conflicting files.