Skip to content
Kevin edited this page Jan 21, 2024 · 3 revisions

Initial setup

alias dot-config='/usr/bin/git --git-dir=$HOME/.dot-config/ --work-tree=$HOME'
cd ~/
git init --bare $HOME/.dot-config
dot-config config --local status.showUntrackedFiles no
dot-config remote add origin [email protected]:chanster/dot-files.git
dot-config pull origin main
Clone this wiki locally