Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gateixeira/.dotfiles


https://github.com/gateixeira/.dotfiles

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# .dotfiles

## Config on a new machine

```
git clone --bare https://github.com/gateixeira/.dotfiles.git $HOME/.dotfiles
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles config --local status.showUntrackedFiles no
dotfiles checkout
```