Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zl-asica/server-setup-scripts

Setup your Linux server with just one-click. 一键配置你的Linux服务器。
https://github.com/zl-asica/server-setup-scripts

bash enviroment linux server shell zsh

Last synced: 17 days ago
JSON representation

Setup your Linux server with just one-click. 一键配置你的Linux服务器。

Awesome Lists containing this project

README

        

# Environment Setup Script - Linux/macOS (服务器配置脚本)

[中文README请点击这里](https://github.com/ZL-Asica/server-setup-scripts/blob/main/README_CN.md)

## Requirements

This script is for Debian/Ubuntu only. CentOS/RHEL/Fedora please do not use it, not support yet.

## Use

Use **curl**

```bash
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/ZL-Asica/server-setup-scripts/main/setup.sh)"
```

Use **wget**

```bash
sudo bash -c "$(wget -O- https://raw.githubusercontent.com/ZL-Asica/server-setup-scripts/main/setup.sh)"
```

## macOS (Please do not use root/sudo)

### oh-my-zsh

Use **curl**

```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ZL-Asica/server-setup-scripts/main/mac_oh-my-zsh.sh)"
```

### Expo [expo.dev](https://expo.dev/)

Use **curl**

```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ZL-Asica/server-setup-scripts/main/mac_expo.sh)"
```

### React Native

Use **curl**

```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ZL-Asica/server-setup-scripts/main/mac_react-native.sh)"
```

### Flutter

Use **curl**

```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ZL-Asica/server-setup-scripts/main/mac_flutter.sh)"
```