Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/randy3k/dotfiles
- Owner: randy3k
- Created: 2014-08-07T06:25:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T06:31:35.000Z (2 months ago)
- Last Synced: 2025-01-06T20:16:42.326Z (13 days ago)
- Language: Python
- Homepage:
- Size: 318 KB
- Stars: 33
- Watchers: 4
- Forks: 76
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - randy3k/dotfiles - some of my dotfiles (Python)
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 --hardrm ~/README.md
dot update-index --skip-worktree README.md
```Credit: inspired by https://www.atlassian.com/git/tutorials/dotfiles