some shell for install and manage components conveniently
most shell come from docker-centos
# gcc
make gcc
# glibc
make glibc
# cmake
make cmake
# make
make make
install zsh
make zsh
install conda & python3
make python3
only install conda
make conda
install nodejs
make nodejs
install java (1.8 & 17), maven and gradle
make java
install java 17
make java-new
install maven
make maven
install golang
make golang
install php
make php
install rust
make rust
make code-server
# will install prometheus, alertmanager, pushgateway and node-exporter
make prometheus
# will install jupyterhub + jupyterlab
make jupyter
install neovim & lvim & cargo
make lvim
install media tools
# install ffmpeg
make ffmpeg
# install opencc
make opencc
# install mediainfo
make mediainfo
# install metaflac
make metaflac