Compare commits

...

2 Commits

Author SHA1 Message Date
Max Hohlfeld
8ebb841679 feat: add feh 2024-04-10 16:33:33 +02:00
Max Hohlfeld
419c510905 feat: correct work email and lazygit commands for remote switching 2024-04-10 16:33:33 +02:00
4 changed files with 27 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[user]
email = maxhohlfeld@it-factum.de
email = max.hohlfeld@it-factum.de
name = Max Hohlfeld
[core]
editor = nvim

View File

@ -15,3 +15,10 @@ customCommands:
context: "localBranches"
loadingText: "Pruning..."
description: "prune local branches that have been merged to develop"
keybinding:
universal:
scrollLeft: '['
scrollRight: ']'
nextTab: 'L'
prevTab: 'H'

View File

@ -0,0 +1,17 @@
toggle_keep_vp
toggle_pause
toggle_fixed_geometry
save_filelist
render
next_img L
prev_img H
jump_last G
jump_first g
zoom_in K
zoom_out J
scroll_up k Up
scroll_down j Down
scroll_left h Left
scroll_right l Right
orient_1 R

View File

@ -77,6 +77,7 @@
- ~/.config/nsxiv
- ~/.config/nsxiv/exec
- ~/.config/zathura
- ~/.config/feh
tags: [pc, setup]
- name: Copy over cmus config
@ -121,6 +122,7 @@
- { src: dircolours, dest: dircolours }
- { src: redshiftrc, dest: redshift/redshiftrc }
- { src: zathurarc, dest: zathura/zathurarc }
- { src: feh_keys, dest: feh/keys }
- name: Copy over nsixv key handler script
ansible.builtin.copy: