Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rudolfochrist/dotfiles
My dot files
https://github.com/rudolfochrist/dotfiles
dotfiles lisp shell
Last synced: 18 days ago
JSON representation
My dot files
- Host: GitHub
- URL: https://github.com/rudolfochrist/dotfiles
- Owner: rudolfochrist
- Created: 2013-04-13T14:30:15.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T15:58:20.000Z (3 months ago)
- Last Synced: 2024-12-05T17:46:38.497Z (about 2 months ago)
- Topics: dotfiles, lisp, shell
- Language: Common Lisp
- Size: 82 KB
- Stars: 0
- Watchers: 2
- 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