Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 413 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 413 Bytes

dotfiles

Set up dotfiles in new system:

echo "alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'" >> $HOME/.bashrc
source $HOME/.bashrc
echo ".cfg" >> .gitignore
git clone --bare https://github.com/jassak/dotfiles.git $HOME/.cfg
config config --local status.showUntrackedFiles no
config checkout

For full instructions see here