An open API service indexing awesome lists of open source software.

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

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
```