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

https://github.com/unasuke/dotfiles

My dotfiles repository.
https://github.com/unasuke/dotfiles

Last synced: 11 months ago
JSON representation

My dotfiles repository.

Awesome Lists containing this project

README

          

# unasuke's dotfiles
## setup
```sh
# need stow
$ git clone https://github.com/unasuke/dotfiles.git
$ make
```

## other setup scripts
solve dependency by [unasuke/my-homebrew-setup](https://github.com/unasuke/my-homebrew-setup)
```sh
# need rbenv
$ ./other/ruby-versions.sh

# need ghq
$ ./other/repositories.sh

# install dein.vim
$ ./other/install_dein.bash
```