https://github.com/tristanbettany/dotfiles
Some config files and aliases I use for my development setup
https://github.com/tristanbettany/dotfiles
config dev development development-environment dotfiles git
Last synced: about 2 months ago
JSON representation
Some config files and aliases I use for my development setup
- Host: GitHub
- URL: https://github.com/tristanbettany/dotfiles
- Owner: tristanbettany
- License: mit
- Created: 2021-05-20T15:39:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T17:40:03.000Z (about 4 years ago)
- Last Synced: 2025-02-01T01:35:24.240Z (over 1 year ago)
- Topics: config, dev, development, development-environment, dotfiles, git
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
To use clone to your user profile.
## Git
You can use the included git config in your `.gitconfig` file with the include directive:
```
[user]
email = foo@bar.com
name = Foo Bar
[include]
path = Dotfiles/gitconfig
```