Add more packages, fix nvim and sshconfig

main
Micke Nordin 6 months ago
parent 614457310a
commit 8741dd4ecf
Signed by: micke
GPG Key ID: F53C4CC83EDAB3BE

@ -14,6 +14,7 @@
install_recommends: true
pkg:
- ansible
- cargo
- composer
- curl
- dia
@ -22,6 +23,7 @@
- git
- grimshot
- inkscape
- isort
- libreoffice
- lxpolkit
- mesa-utils
@ -38,6 +40,7 @@
- plocate
- pkexec
- puppet-lint
- python3-deepdiff
- python3-openstackclient
- python3-yamlfix
- rsync
@ -61,6 +64,7 @@
- xdg-desktop-portal
- xdg-desktop-portal-wlr
- xwayland
- yapf3
- yq
- zsh
state: latest

@ -87,3 +87,13 @@
owner: '{{ uid }}'
group: '{{ uid }}'
mode: '0644'
- name: Link up yapf
ansible.builtin.file:
src: /usr/bin/yapf3
dest: /usr/local/bin/yapf
state: link
become: true
- name: Install stylua
ansible.builtin.command:
cmd: cargo install stylua
creates: /home/{{ uid }}/.cargo/bin/stylua

@ -1,5 +1,6 @@
Host *
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
Host hj
HostName hoppjerka.sunet.se.
IdentityFile ~/.ssh/id_rsa_yubikey.pub

Loading…
Cancel
Save