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

https://github.com/alice1017/setupscripts

the setup scripts contains the shell scripts for setup to the development environ.
https://github.com/alice1017/setupscripts

Last synced: 9 months ago
JSON representation

the setup scripts contains the shell scripts for setup to the development environ.

Awesome Lists containing this project

README

          

# setupscripts

[![Build Status](https://travis-ci.org/alice1017/setupscripts.svg?branch=master)](https://travis-ci.org/alice1017/setupscripts)

the **setupscripts** contains the shell scripts for **setup to the development
environ**.

## Installation

```shell
$ bash -c "$(curl -fsSL dot.alice-sv.ga)"
```

## Features

### install following application

* git
* docker-engine
* zsh
* vim
* anyenv

### download files

* dotfiles - clone from [alice1017/dotfiles](https://github.com/alice1017/dotfiles)

## Script stracture

```
setup-zsh.sh
|-- setup-zsh_linux.sh
|-- setup-zsh_mac.sh
```