https://github.com/joergi/dotfiles
My Dotfiles
https://github.com/joergi/dotfiles
bash bashrc config configuration-files dotfiles
Last synced: 2 months ago
JSON representation
My Dotfiles
- Host: GitHub
- URL: https://github.com/joergi/dotfiles
- Owner: joergi
- License: mit
- Created: 2016-11-05T16:03:48.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T12:38:15.000Z (about 2 years ago)
- Last Synced: 2025-10-09T01:59:57.143Z (9 months ago)
- Topics: bash, bashrc, config, configuration-files, dotfiles
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
## .bashrc
### include all files together in an one liner:
add the `.all.bashrc` into your `.bashrc:
```
source /path/to/dotfiles/.all.bashrc
```
### include only only a single file:
```
source /path/to/.XXX.bashrc
```