Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 634 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 634 Bytes

Dotfiles

Install

Install as a bare repository.

git clone --bare [email protected]:pringon/macbook-dotfiles.git $HOME/dotfiles
/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME checkout
. $HOME/.profile
dot config --local status.showUntrackedFiles no

At this point, any manipulation of the git repo can be done through the dot alias, e.g. dot add, dot checkout, dot commit.

Note: Idea was taken from this article.

Misc config

Neovim

You may also want to set up neovim by running nvim $HOME/.config/nvim/init.vim and then :PlugInstall.