Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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服务器。
- 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T20:01:44.000Z (12 months ago)
- Last Synced: 2025-01-13T01:53:37.437Z (25 days ago)
- Topics: bash, enviroment, linux, server, shell, zsh
- Language: Shell
- Homepage:
- Size: 82 KB
- Stars: 2
- 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)"
```