Skip to content

RoyVorster/dot-files

Repository files navigation

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.

About

Certain config files and scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published