https://github.com/knittl/.files
Collection of my personal dotfiles. Use at your own risk.
https://github.com/knittl/.files
configs dotfiles
Last synced: 3 months ago
JSON representation
Collection of my personal dotfiles. Use at your own risk.
- Host: GitHub
- URL: https://github.com/knittl/.files
- Owner: knittl
- License: mit
- Created: 2019-05-18T13:06:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T20:11:05.000Z (5 months ago)
- Last Synced: 2025-01-08T13:26:25.573Z (4 months ago)
- Topics: configs, dotfiles
- Language: Vim Script
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
# knittl's dot files
To bootstrap local dotfiles, create a clone with the following commands:
git init --bare "$HOME/.dotfiles"
alias cfg='git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
cfg remote add origin https://github.com/knittl/.files.git
cfg fetch
cfg checkout masterAttention: this can interfere with existing config files!