Conda
# https://github.com/conda-forge/miniforge/blob/main/README.md
# https://mirrors.nju.edu.cn/github-release/conda-forge/miniforge/LatestRelease/
wget -O Miniforge3.sh "https://mirrors.nju.edu.cn/github-release/conda-forge/miniforge/LatestRelease/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3.sh -b -p "${HOME}/conda"
source "${HOME}/conda/etc/profile.d/conda.sh"
source "${HOME}/conda/etc/profile.d/mamba.sh"
conda activate
conda init
mamba shell init # https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html
# https://bioconda.github.io/
# https://conda-forge.org/
conda config --set show_channel_urls yes
conda config --set custom_channels.conda-forge https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/
conda config --set custom_channels.bioconda https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/
conda clean -i
conda create -n mkdocs -y mkdocs mkdocs-material -c conda-forge
conda create -n renv -y r-base r-essentials -c conda-forge
conda create -n rpyenv -y r-base r-essentials r-languageserver jupyterlab jupyterlab-language-pack-zh-CN jupyterlab-lsp python-lsp-server -c conda-forge
conda create -n sage -y sage -c conda-forge
# https://github.com/AliView/AliView
conda install -c bioconda aliview