add ansible and bashls
This commit is contained in:
@@ -43,7 +43,7 @@ __add_to_path: [] # list of paths that should be in PATH
|
||||
__var_to_env: {} # dict of variables to add to your env
|
||||
|
||||
# Per package variables
|
||||
## {{{ air
|
||||
# {{{ air
|
||||
air_version: latest
|
||||
air_build_files:
|
||||
- bin/air
|
||||
@@ -51,7 +51,7 @@ air_install_url: github.com/air-verse/air
|
||||
air_pkg_deps:
|
||||
- pkgs/go.yml
|
||||
# }}}
|
||||
## {{{ alacritty
|
||||
# {{{ alacritty
|
||||
alacritty_version: v0.16.1
|
||||
alacritty_git_repo: https://github.com/alacritty/alacritty
|
||||
alacritty_pkgname: alacritty
|
||||
@@ -111,11 +111,26 @@ alacritty_build_deps:
|
||||
- python3
|
||||
- desktop-file-utils
|
||||
# }}}
|
||||
# {{{ ansible
|
||||
ansible_install_methods:
|
||||
- system
|
||||
- source
|
||||
ansible_pkgname:
|
||||
RedHat: ansible
|
||||
Debian: ansible
|
||||
Alpine: ansible
|
||||
Archlinux: ansible
|
||||
# }}}
|
||||
# {{{ ansible_ls
|
||||
ansible_ls_version: latest
|
||||
ansible_ls_pkg_deps:
|
||||
- pkgs/npm.yml
|
||||
# }}}
|
||||
# {{{ bashls
|
||||
bashls_install_methods:
|
||||
- source
|
||||
bashls_npm_pkgname: bash-language-server
|
||||
# }}}
|
||||
# {{{ go
|
||||
go_archive_version: 1.25.6
|
||||
go_archive_archmap:
|
||||
|
||||
Reference in New Issue
Block a user