-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
105 lines (92 loc) · 2.83 KB
/
config.yaml.example
File metadata and controls
105 lines (92 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# moneyflow configuration
# Place at: ~/.moneyflow/config.yaml
#
# All sections are optional. Without this file, built-in defaults are used.
#
# To view current category hierarchy: moneyflow categories dump
version: 1
# General settings
settings:
# Theme: Color scheme for the TUI
# Available themes:
# - default: Original moneyflow dark theme
# - berg: Orange on black (inspired by Bloomberg Terminal)
# - nord: Nord (arctic blue tones)
# - gruvbox: Gruvbox (retro warm colors)
# - dracula: Dracula (modern purple)
# - solarized-dark: Solarized Dark (precision colors)
# - monokai: Monokai (Sublime Text classic)
theme: default
# Category customization
# Built-in defaults are chosen to ease integration with Monarch Money but work
# well for most personal finance platforms.
categories:
# Rename groups (changes group names, all categories move with it)
rename_groups:
"Travel & Lifestyle": Travel
"Health & Wellness": "Health & Fitness"
"Gifts & Donations": "Gifts & Charity"
# Rename individual categories to match your finance platform
rename_categories:
"Student Loans": "Student Loan Payments"
"Groceries": "Grocery Shopping"
# Add custom categories to existing default groups
# Use this for categories from your finance platform not in the defaults
add_to_groups:
Business:
- Accounting
- Business Electronics
- Business Software
"Food & Dining":
- Fast Food
- Alcohol
- Quick Eats
"Travel & Lifestyle":
- Airfare
- Auto Rental
- Hotel
- Trains
- Luggage
- Travel Services
Shopping:
- Home Supplies
- Kitchen
- "Jewelry & Accessories"
- Video Games
- Hobbies
- Books
- Membership
"Health & Wellness":
- Pharmacy
- Eyecare
- Hearing
- Supplements
- Workout Classes
# Create entirely new custom groups
# Use for categories that don't fit any default group
custom_groups:
Services:
- Streaming
- "Laundry & Dry Cleaning"
- Home Services
- Software
"Personal Care":
- "Chiropractic & Massage"
- Hair
- Personal Care
# Move default categories to different groups
# Overrides the default group assignment
move_categories:
"Internet & Cable": Services # Built-in default: Bills & Utilities
"Child Care": Services # Built-in default: Children
Pets: "Health & Fitness" # Built-in default: Travel & Lifestyle
"Entertainment & Recreation": Entertainment # Built-in default: Travel & Lifestyle
Personal: Miscellaneous # Built-in default: Travel & Lifestyle
# Future configuration sections (reserved for later):
# settings:
# default_view: merchant
# show_transfers: false
# show_hidden: true
#
# keybindings:
# custom_action: "ctrl+k"