mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-29 02:38:44 +00:00
<codebook> spellcheck lsp, <difftastic> diff with code syntax understanding, <trash-cli> trash cli, files autodelete in 30 days setup
This commit is contained in:
parent
6561d54f45
commit
19b706da4c
4 changed files with 42 additions and 19 deletions
|
|
@ -18,7 +18,7 @@
|
|||
state: link
|
||||
force: true
|
||||
|
||||
# TODO: set server keys
|
||||
# TODO: set server keys in some way
|
||||
- name: Link tmate configuration
|
||||
ansible.builtin.file:
|
||||
src: '{{ role_path }}/files/.tmate.conf'
|
||||
|
|
@ -33,21 +33,6 @@
|
|||
state: link
|
||||
force: true
|
||||
|
||||
# additional files
|
||||
- name: Link scripts
|
||||
ansible.builtin.file:
|
||||
src: '{{ role_path }}/files/.bin'
|
||||
dest: '{{ ansible_env.HOME }}/.bin'
|
||||
state: link
|
||||
force: true
|
||||
|
||||
- name: Link templates
|
||||
ansible.builtin.file:
|
||||
src: '{{ role_path }}/files/.templates'
|
||||
dest: '{{ ansible_env.HOME }}/.templates'
|
||||
state: link
|
||||
force: true
|
||||
|
||||
# path update
|
||||
- name: Get programs list to check fish presence
|
||||
ansible.builtin.package_facts:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,13 @@
|
|||
- name: Link scripts directory
|
||||
- name: Link scripts
|
||||
ansible.builtin.file:
|
||||
src: '{{ role_path }}/files/.bin'
|
||||
dest: '{{ ansible_env.HOME }}/.bin'
|
||||
state: link
|
||||
force: true
|
||||
|
||||
- name: Link templates
|
||||
ansible.builtin.file:
|
||||
src: '{{ role_path }}/files/.templates'
|
||||
dest: '{{ ansible_env.HOME }}/.templates'
|
||||
state: link
|
||||
force: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue