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。
- Host: GitHub
- URL: https://github.com/baiyutang/one-key-installer-for-developer
- Owner: baiyutang
- License: mit
- Created: 2020-11-10T02:05:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-26T09:01:30.000Z (over 5 years ago)
- Last Synced: 2025-01-10T04:46:52.704Z (over 1 year ago)
- Topics: linux, linux-computer, linux-shell, shell
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)"` |