Compare commits

..

No commits in common. "3de01f5464e514956d5180f66dfbc9a796baffcc" and "200c95a7535dba6a1276a1a68127d71c059be0e6" have entirely different histories.

2 changed files with 0 additions and 20 deletions

View File

@ -8,7 +8,6 @@
- python3-pip
- virtualenv
- python3-setuptools
- duf
state: latest
update_cache: true

View File

@ -25,22 +25,3 @@
become: true
become_user: "{{ ansible_user }}"
- name: setup dotfile sync
ansible.builtin.blockinfile:
path: "/home/{{ ansible_user }}/.config/atuin/config.toml"
block: |
[dotfiles]
enabled = true
marker: ""
- name: Install bat
apt:
name: bat
state: latest
update_cache: true
- name: Create symlink for batcat
ansible.builtin.file:
src: /usr/bin/batcat
dest: "{{ ansible_env.HOME }}/.local/bin/bat"
state: link