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: 4 months ago
JSON representation
Setup your Linux server with just one-click. 一键配置你的Linux服务器。
- Host: GitHub
- URL: https://github.com/zl-asica/server-setup-scripts
- Owner: ZL-Asica
- License: apache-2.0
- Created: 2024-02-20T02:15:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T20:01:44.000Z (almost 2 years ago)
- Last Synced: 2025-09-19T04:45:35.347Z (5 months ago)
- Topics: bash, enviroment, linux, server, shell, zsh
- Language: Shell
- Homepage:
- Size: 82 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)"
```