Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 693 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 693 Bytes

Dot files

My config files, I use this on mac/linux.

Setup

Relevant HN thread and Atlassian page.

git clone --bare [email protected]:/RoyVorster/dot-files.git $HOME/.cfg

# Intermediate git alias
alias conf='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
conf config status.showUntrackedFiles no

# Vim plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

# Oh my zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Run conf checkout and fix conflicts.