https://github.com/unasuke/dotfiles
My dotfiles repository.
https://github.com/unasuke/dotfiles
Last synced: 11 months ago
JSON representation
My dotfiles repository.
- Host: GitHub
- URL: https://github.com/unasuke/dotfiles
- Owner: unasuke
- Created: 2014-04-01T17:54:53.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-07-12T06:38:13.000Z (11 months ago)
- Last Synced: 2025-07-12T08:30:45.028Z (11 months ago)
- Language: Shell
- Size: 1.75 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```