Skip to content

pringon/macbook-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A `dotfile` is a `file` prefixed with a `dot`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published