You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
857 B

- apt:
2 years ago
name: ["build-essential", "cmake", "pkg-config", "libpthread-stubs0-dev"]
become: true
name: Install System Packages 1 (build-essential, cmake, pkg-config, pthread)
2 years ago
tags:
- install
- neovim
- core
- apt:
2 years ago
name: [ "lua5.1", "unzip", "libtool", "libtool-bin", "gettext"]
become: true
name: Install System Packages 2 (lua, unzip, libtool, libtool-bin, gettext)
2 years ago
tags:
- install
- neovim
- core
- apt:
name: [ "ccache", "python3-pip", "dconf-editor", "moreutils", "cargo" ]
2 years ago
become: true
name: Install System Packages 3 (ccache, python3-pip, dconf-editor, moreutils, cargo)
2 years ago
tags:
- install
- core
- apt:
2 years ago
name: ["clang", "clang-11", "clang-12", "clang-15", "clangd", "clangd-11", "clangd-12", "clangd-15"]
become: true
name: Install Clang
2 years ago
tags:
- install
- neovim
- core