1
0
Fork 0

add difftastic

This commit is contained in:
cătălin 2023-10-20 17:11:20 +02:00
commit a92d6f0b25
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
7 changed files with 10 additions and 6 deletions

View file

@ -3,4 +3,5 @@
name:
- qalculate-gtk
- rofi-dev
- c++
state: present

View file

@ -23,8 +23,11 @@
- name: Install Rust packages
import_tasks: rust.yml
tags:
- rust
- name: Install Python packages
import_tasks: python.yml
#
tags:
- python

View file

@ -11,3 +11,4 @@
- pre-commit
- ruff
- thefuck
- streamlink

View file

@ -7,5 +7,6 @@
- automake
- libtool
- cheat
- gcc-c++
state: present

View file

@ -12,14 +12,10 @@
dest: /tmp/sh.rustup.rs
mode: '0755'
force: 'yes'
tags:
- rust
- name: Install rust and cargo
when: cargo_exists is failed
shell: /tmp/sh.rustup.rs -y
tags:
- rust
- name: Install cargo packages
community.general.cargo:
@ -33,4 +29,5 @@
- cargo-update
- cargo-cache
- garden-tools
- difftastic
state: latest

1
garden
View file

@ -7,6 +7,7 @@ commands:
lol: 'git log --decorate --graph --oneline "$@" && echo'
commit: git commit -a
push: git push
fish: fish
status:
- git status
- git branch

View file

@ -10,9 +10,9 @@
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
external = difft
[commit]
gpgsign = true
[push]