https://github.com/dotfn/.dotfiles
.dotfiles
https://github.com/dotfn/.dotfiles
Last synced: 10 months ago
JSON representation
.dotfiles
- Host: GitHub
- URL: https://github.com/dotfn/.dotfiles
- Owner: dotfn
- Created: 2025-07-18T02:37:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-18T05:11:34.000Z (12 months ago)
- Last Synced: 2025-07-18T09:16:20.994Z (12 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```
alias dot='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
git clone --bare git@github.com:dotfn/.dotfiles.git $HOME/.dotfiles
dot stash push
```