Fix archupdate

This commit is contained in:
Daniel Flanagan 2020-09-10 20:00:17 -05:00
parent 0e2993700a
commit 94265d074e
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
4 changed files with 33 additions and 3 deletions

View File

@ -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

View File

@ -64,3 +64,5 @@
[include]
path = $ENV_PATH/gitconfig
[color]
ui = auto

View File

@ -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

28
bofa.json Normal file
View File

@ -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
}