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.
- Host: GitHub
- URL: https://github.com/satoruk/dotfiles
- Owner: satoruk
- Created: 2013-01-15T02:21:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T10:37:16.000Z (about 3 years ago)
- Last Synced: 2025-12-26T00:49:33.497Z (6 months ago)
- Topics: shell
- Language: Shell
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```