add difftastic
This commit is contained in:
parent
66b7a0ee5f
commit
a92d6f0b25
7 changed files with 10 additions and 6 deletions
|
|
@ -3,4 +3,5 @@
|
||||||
name:
|
name:
|
||||||
- qalculate-gtk
|
- qalculate-gtk
|
||||||
- rofi-dev
|
- rofi-dev
|
||||||
|
- c++
|
||||||
state: present
|
state: present
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,11 @@
|
||||||
|
|
||||||
- name: Install Rust packages
|
- name: Install Rust packages
|
||||||
import_tasks: rust.yml
|
import_tasks: rust.yml
|
||||||
|
tags:
|
||||||
|
- rust
|
||||||
|
|
||||||
- name: Install Python packages
|
- name: Install Python packages
|
||||||
import_tasks: python.yml
|
import_tasks: python.yml
|
||||||
#
|
tags:
|
||||||
|
- python
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,3 +11,4 @@
|
||||||
- pre-commit
|
- pre-commit
|
||||||
- ruff
|
- ruff
|
||||||
- thefuck
|
- thefuck
|
||||||
|
- streamlink
|
||||||
|
|
|
||||||
|
|
@ -7,5 +7,6 @@
|
||||||
- automake
|
- automake
|
||||||
- libtool
|
- libtool
|
||||||
- cheat
|
- cheat
|
||||||
|
- gcc-c++
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,14 +12,10 @@
|
||||||
dest: /tmp/sh.rustup.rs
|
dest: /tmp/sh.rustup.rs
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
force: 'yes'
|
force: 'yes'
|
||||||
tags:
|
|
||||||
- rust
|
|
||||||
|
|
||||||
- name: Install rust and cargo
|
- name: Install rust and cargo
|
||||||
when: cargo_exists is failed
|
when: cargo_exists is failed
|
||||||
shell: /tmp/sh.rustup.rs -y
|
shell: /tmp/sh.rustup.rs -y
|
||||||
tags:
|
|
||||||
- rust
|
|
||||||
|
|
||||||
- name: Install cargo packages
|
- name: Install cargo packages
|
||||||
community.general.cargo:
|
community.general.cargo:
|
||||||
|
|
@ -33,4 +29,5 @@
|
||||||
- cargo-update
|
- cargo-update
|
||||||
- cargo-cache
|
- cargo-cache
|
||||||
- garden-tools
|
- garden-tools
|
||||||
|
- difftastic
|
||||||
state: latest
|
state: latest
|
||||||
|
|
|
||||||
1
garden
1
garden
|
|
@ -7,6 +7,7 @@ commands:
|
||||||
lol: 'git log --decorate --graph --oneline "$@" && echo'
|
lol: 'git log --decorate --graph --oneline "$@" && echo'
|
||||||
commit: git commit -a
|
commit: git commit -a
|
||||||
push: git push
|
push: git push
|
||||||
|
fish: fish
|
||||||
status:
|
status:
|
||||||
- git status
|
- git status
|
||||||
- git branch
|
- git branch
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,9 @@
|
||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
colorMoved = default
|
colorMoved = default
|
||||||
|
external = difft
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[push]
|
[push]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue