https://github.com/honzahommer/dotfiles
My dotfiles
https://github.com/honzahommer/dotfiles
bash dotfiles
Last synced: about 2 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/honzahommer/dotfiles
- Owner: honzahommer
- Created: 2017-01-25T15:35:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T07:48:37.000Z (about 9 years ago)
- Last Synced: 2025-10-25T11:51:17.195Z (8 months ago)
- Topics: bash, dotfiles
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```