Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinsoku/dotfiles
dotfiles
https://github.com/sinsoku/dotfiles
Last synced: 2 months ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/sinsoku/dotfiles
- Owner: sinsoku
- Created: 2011-08-31T17:48:04.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T01:56:11.000Z (about 1 year ago)
- Last Synced: 2024-01-10T04:31:16.633Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 4.28 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Environment
* MacBook 2016
## brew
http://brew.sh/
```
$ brew install $(cat brew/list)
```## brew cask
https://caskroom.github.io/
```
$ brew tap caskroom/cask
$ brew install $(cat brew/cask_list)
```## Ruby
```
$ git clone https://github.com/rbenv/rbenv.git ~/.rbenv
$ git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
$ git clone https://github.com/rbenv/rbenv-default-gems.git ~/.rbenv/plugins/rbenv-default-gems
$ git clone https://github.com/amatsuda/gem-src.git ~/.rbenv/plugins/gem-src
```### RubyGems
https://rubygems.org
```
$ curl -u sinsoku https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials; chmod 0600 ~/.gem/credentials
```## Node
https://github.com/creationix/nvm
```
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
```## Vim
https://github.com/junegunn/vim-plug
```
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```## install
```
$ ./install.sh
```## manual install
### from App Store
- 1Password### from web
- [Docker for Mac](https://docs.docker.com/docker-for-mac/)
- [Terraform](https://www.terraform.io/)