https://github.com/wpj/dotfiles
https://github.com/wpj/dotfiles
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wpj/dotfiles
- Owner: wpj
- Created: 2015-10-31T14:55:08.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-07-11T17:28:07.000Z (11 months ago)
- Last Synced: 2025-07-12T18:00:55.587Z (11 months ago)
- Language: Lua
- Size: 362 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# dotfiles
## Setup
```bash
git clone --bare git@github.com:wpj/dotfiles.git $HOME/.cfg
git --git-dir=$HOME/.cfg/ --work-tree=$HOME checkout
git --git-dir=$HOME/.cfg/ --work-tree=$HOME config --local status.showUntrackedFiles no
```