Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m1foley/dotfiles
My system dotfiles. You might find something useful.
https://github.com/m1foley/dotfiles
dotfiles
Last synced: about 1 month ago
JSON representation
My system dotfiles. You might find something useful.
- Host: GitHub
- URL: https://github.com/m1foley/dotfiles
- Owner: m1foley
- Created: 2013-04-21T22:41:18.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T04:29:07.000Z (about 2 months ago)
- Last Synced: 2024-11-20T05:24:19.496Z (about 2 months ago)
- Topics: dotfiles
- Language: Vim Script
- Homepage:
- Size: 307 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Maybe my dotfiles will be useful for you too!
## Instructions
To softlink an underscore file:
```sh
ln -s `pwd`/_filename ~/.filename
```## Notes
### .git_template
Add default behaviors to all new git projects:
- Automatically run `ctags` on changes, per [Tim Pope](http://tbaggery.com/2011/08/08/effortless-ctags-with-git.html).
- Use `pre-commit` to check for common errors while committing.
- Use `fit-commit` to validate commit messages.