From 94265d074e55a1f3ca89e7a6fa4c6831b71da787 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 10 Sep 2020 20:00:17 -0500 Subject: [PATCH] Fix archupdate --- apps/de/sway/config | 4 ++-- apps/git/config | 2 ++ bin/archupdate | 2 +- bofa.json | 28 ++++++++++++++++++++++++++++ 4 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 bofa.json diff --git a/apps/de/sway/config b/apps/de/sway/config index 384337a..6661f52 100644 --- a/apps/de/sway/config +++ b/apps/de/sway/config @@ -12,6 +12,7 @@ set $right l set $term term set $fterm floating-term set $menu app-launcher +set $fileexplorer thunar output * bg $HOME/.wallpaper fill @@ -31,6 +32,7 @@ bindsym $mod+Shift+Alt+Return exec kitty bindsym $mod+c kill bindsym $mod+Shift+c kill # TODO: kill -9 bindsym $mod+Space exec $menu +bindsym $mod+e exec $fileexplorer bindsym $mod+Shift+r reload bindsym $mod+Control+Escape exit bindsym $mod+Shift+e exit @@ -87,8 +89,6 @@ bindsym $mod+Shift+0 move container to workspace 10 bindsym $mod+b splith bindsym $mod+v splitv -bindsym $mod+e layout toggle split - bindsym $mod+Shift+f fullscreen bindsym $mod+f floating toggle bindsym $mod+s floating disable diff --git a/apps/git/config b/apps/git/config index cd1bf95..2d67dba 100644 --- a/apps/git/config +++ b/apps/git/config @@ -64,3 +64,5 @@ [include] path = $ENV_PATH/gitconfig +[color] + ui = auto diff --git a/bin/archupdate b/bin/archupdate index 142feb4..2374972 100755 --- a/bin/archupdate +++ b/bin/archupdate @@ -1,6 +1,6 @@ #!/usr/bin/env bash -pacaur -Syyu --noconfirm --noedit +pacaur -Syu --noconfirm --noedit # TODO: update kernel with a flag? # yes | pacman -Syu && kexec -l --initrd=/boot/initramfs-linux.img /boot/vmlinuz-linux && kexec -e diff --git a/bofa.json b/bofa.json new file mode 100644 index 0000000..e4d4630 --- /dev/null +++ b/bofa.json @@ -0,0 +1,28 @@ +{ + "date": "d/m/Y", + "default_account": 1, + "delimiter": "comma", + "headers": true, + "ignore_duplicate_lines": true, + "ignore_duplicate_transactions": true, + "rules": true, + "skip_form": false, + "specifics": [ + "AppendHash" + ], + "roles": [ + "date_transaction", + "description", + "amount", + ], + "do_mapping": [true, true ,true], + "mapping": { + "3": { + "Savings Account": 3 + }, + "4": { + "Savings Account": 3 + } + }, + "version": 2 +}