An open API service indexing awesome lists of open source software.

https://github.com/p403n1x87/dotfiles

Just my dotfiles
https://github.com/p403n1x87/dotfiles

Last synced: 3 months ago
JSON representation

Just my dotfiles

Awesome Lists containing this project

README

          

# Usage

Clone this repository into a local bare one with

~~~ shell
git clone --bare $HOME/.dotfiles.git
~~~

then source the `.dotfiles` file inside it.

If starting from scratch, define the following alias/function

~~~ bash
function dotfiles {
/usr/bin/git --git-dir=$DOTFILES_REPO --work-tree=$HOME $@
}
~~~

and then issue

~~~ bash
git init --bare $HOME/.dotfiles.git
dotfiles config --local status.showUntrackedFiles no
~~~