Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/randy3k/dotfiles

some of my dotfiles
https://github.com/randy3k/dotfiles

Last synced: 5 days ago
JSON representation

some of my dotfiles

Awesome Lists containing this project

README

        

# dotfiles

```bash
git clone --bare [email protected]:randy3k/dotfiles.git $HOME/.dotfiles
alias dot='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dot config --local status.showUntrackedFiles no
dot config --local pull.rebase true
dot reset --hard

rm ~/README.md
dot update-index --skip-worktree README.md
```

Credit: inspired by https://www.atlassian.com/git/tutorials/dotfiles