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

https://github.com/kazuakiishiguro/dotfiles

nothing special because everyone has it
https://github.com/kazuakiishiguro/dotfiles

ansible bash dotfiles emacs homebrew org-mode

Last synced: 3 months ago
JSON representation

nothing special because everyone has it

Awesome Lists containing this project

README

          

# dotfiles

My dotfiles. I use `emacs` as an editor.

## Setup

One-liner for a fresh machine:

``` bash
bash <(curl -sL https://raw.githubusercontent.com/kazuakiishiguro/dotfiles/master/bootstrap.sh)
```

Or clone and run manually:

``` bash
git clone https://github.com/kazuakiishiguro/dotfiles.git
cd dotfiles
./init.sh
```