https://github.com/maxmellon/.dotfiles
:wrench: my configuration files ( .zshrc , .tmux.conf , etc... )
https://github.com/maxmellon/.dotfiles
Last synced: about 1 year ago
JSON representation
:wrench: my configuration files ( .zshrc , .tmux.conf , etc... )
- Host: GitHub
- URL: https://github.com/maxmellon/.dotfiles
- Owner: MaxMEllon
- License: mit
- Created: 2015-05-17T08:43:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T06:15:31.000Z (over 1 year ago)
- Last Synced: 2025-02-28T15:11:16.623Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 3.84 MB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# .dotfiles

## badge
[](https://travis-ci.org/MaxMEllon/.dotfiles)
## Installation
1. clone this repository
2. $ bash init.sh`
## Sample `~/.env`
```
export GHQ_ROOT="${HOME}/work/ghq"
export CLANG_LIB="/Library/Developer/CommandLineTools/usr/lib/libclang.dylib"
export CLANG_INCLUDE="/Library/Developer/CommandLineTools/usr/lib/clang"
ANY_ENV_LIST=(pyenv rbenv nodenv crenv)
export ANY_ENV_LIST
```