Skip to content

Latest commit

 

History

History
142 lines (93 loc) · 1.36 KB

README.md

File metadata and controls

142 lines (93 loc) · 1.36 KB

shell tools

some shell for install and manage components conveniently

most shell come from docker-centos

中文

gcc, glibc, cmake & make

# gcc
make gcc

# glibc
make glibc

# cmake
make cmake

# make
make make

zsh

install zsh

make zsh

python

install conda & python3

make python3

only install conda

make conda

nodejs

install nodejs

make nodejs

java

install java (1.8 & 17), maven and gradle

make java

install java 17

make java-new

install maven

make maven

golang

install golang

make golang

php

install php

make php

rust

install rust

make rust
make code-server
# will install prometheus, alertmanager, pushgateway and node-exporter
make prometheus
# will install jupyterhub + jupyterlab
make jupyter

lvim

install neovim & lvim & cargo

make lvim

media

install media tools

# install ffmpeg
make ffmpeg

# install opencc
make opencc

# install mediainfo
make mediainfo

# install metaflac
make metaflac