Starting an emacs role.
This commit is contained in:
23
ansible/roles/emacs/tasks/freebsd.yaml
Normal file
23
ansible/roles/emacs/tasks/freebsd.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
- name: Install packages
|
||||
package:
|
||||
name:
|
||||
- emacs
|
||||
- texlive-full
|
||||
- py39-pygments
|
||||
- inkscape # to support SVGs in LaTeX
|
||||
# - prettier # typescript formatting
|
||||
- aspell
|
||||
- en-aspell
|
||||
- unzip # for extracting mspyls
|
||||
- py39-isort
|
||||
- py39-black
|
||||
- zip # for odt export from org-mode
|
||||
- gnuplot # used for exporting graphs from org-mode
|
||||
- graphviz # used for exporting graphviz dot charts from org-mode
|
||||
# - pyright
|
||||
- sqlite3 # for sqlite code blocks in org-mode
|
||||
# - terraform-ls # Terraform language server
|
||||
- py39-ptvsd
|
||||
- hs-ShellCheck
|
||||
# - gopls
|
||||
state: present
|
||||
Reference in New Issue
Block a user