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

https://github.com/baiyutang/one-key-installer-for-developer

A shell script for one key installing all basic softwares or libs on your new linux os computer. 一键安装Ubuntu新系统常用开发工具和软件包,欢迎提交 Issues 或 PR。
https://github.com/baiyutang/one-key-installer-for-developer

linux linux-computer linux-shell shell

Last synced: 2 months ago
JSON representation

A shell script for one key installing all basic softwares or libs on your new linux os computer. 一键安装Ubuntu新系统常用开发工具和软件包,欢迎提交 Issues 或 PR。

Awesome Lists containing this project

README

          

# One key installer for developer

This is a shell script for new linux computer of developer,which can install all the basic software & packages & libs as you need.

## Features
- Support OS: `Ubuntu`
- Packages to install: `curl` `zsh` `Oh My Zsh` `wget` `unzip` `git` `python3` `vim` `openssh-server` `apt-transport-https` `ca-certificates` `software-properties-common` `fonts-powerline`
- Software to install: `Gnome-tweaks` `Docker` `baidupinyin` `Jetbrain Toolbox` `Firefox` `VS Code`
- Idempotent: Retry as you want. It will skip packages installed.
- Need More? Leave a [Issue](https://github.com/baiyutang/one-key-installer-for-developer/issues/new)
## Usage

| Method | Command |
|:----------|:--------------------------------------------------------------------------------------------------|
| **curl** | `sh -c "$(curl -fsSL https://raw.githubusercontent.com/baiyutang/one-key-installer-for-developer/main/install.sh)"` |
| **wget** | `sh -c "$(wget -O- https://raw.githubusercontent.com/baiyutang/one-key-installer-for-developer/main/install.sh)"` |
| **fetch** | `sh -c "$(fetch -o - https://raw.githubusercontent.com/baiyutang/one-key-installer-for-developer/main/install.sh)"` |