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

https://github.com/satoruk/dotfiles

bash, vim, git and etc.
https://github.com/satoruk/dotfiles

shell

Last synced: about 1 month ago
JSON representation

bash, vim, git and etc.

Awesome Lists containing this project

README

          

# Dot Files

```bash
$ cd ~
$ git clone https://github.com/satoruk/dotfiles.git .dotfiles
$ cd .dotfiles
$ git submodule init
$ git submodule update
$ ./setup.sh
```

TODO
- Check exist git of bash_completion on Cent OS

## For Max OS X

- HomeBrew

```
brew install bash-completion
brew install binutils
brew install coreutils
brew install findutils
brew install vim git
```