https://github.com/lisniuse/devenv
个人开发环境搭建脚本
https://github.com/lisniuse/devenv
Last synced: about 1 month ago
JSON representation
个人开发环境搭建脚本
- Host: GitHub
- URL: https://github.com/lisniuse/devenv
- Owner: lisniuse
- License: mit
- Created: 2024-07-27T11:34:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T11:39:01.000Z (9 months ago)
- Last Synced: 2025-01-28T13:52:20.927Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevEnv
个人开发环境搭建脚本
## 安装所需要的开发软件最新版本
```sh
python downloader.py
```## 生成ssh公钥
```sh
python sshg.py
```