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

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... )

Awesome Lists containing this project

README

          

# .dotfiles

![demo](https://raw.githubusercontent.com/MaxMEllon/demos/master/dotfiles/hoge.gif)

## badge

[![Build Status](https://travis-ci.org/MaxMEllon/.dotfiles.svg?branch=master)](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
```