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

https://github.com/honzahommer/dotfiles

My dotfiles
https://github.com/honzahommer/dotfiles

bash dotfiles

Last synced: about 2 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

          

# Dotfiles

## Installation

```sh
git clone https://github.com/honzahommer/dotfiles.git $HOME/.dotfiles

cat <> $HOME/.bashrc
export DOTFILES_DIR="\$HOME/.dotfiles"
[ -s "\$DOTFILES_DIR/dotfiles.sh" ] && . "\$DOTFILES_DIR/dotfiles.sh" # This loads dotfiles
EOT
```