https://github.com/rudolfochrist/dotfiles
My dot files
https://github.com/rudolfochrist/dotfiles
dotfiles lisp shell
Last synced: about 2 months ago
JSON representation
My dot files
- Host: GitHub
- URL: https://github.com/rudolfochrist/dotfiles
- Owner: rudolfochrist
- Created: 2013-04-13T14:30:15.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T15:52:04.000Z (about 2 months ago)
- Last Synced: 2025-03-24T16:38:49.879Z (about 2 months ago)
- Topics: dotfiles, lisp, shell
- Language: Common Lisp
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dotfiles
Nothing special....
## Installation
git clone ~/.dotfiles
alias homegit="GIT_DIR=~/.dotfiles/.git GIT_WORK_TREE=~ git"
homegit checkout -- . # checkout all files
homegit config --local status.showUntrackedFiles no
rm README.md # We don't need that in $HOME
homegit update-index --assume-unchanged README.md # doesn't show the README deletion in git status.
After that you can add new files likehomegit add .somerc
homegit commit -m "Add .somerc"
See the branches for different platforms..cf
https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/
http://chneukirchen.org/blog/archive/2013/01/a-grab-bag-of-git-tricks.html