Skip to content

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

License

Notifications You must be signed in to change notification settings

baiyutang/one-key-installer-for-developer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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)"

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages