From 9cfed78e434a165d4cc01a869dfa7066b8b29819 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Fri, 21 Feb 2025 21:55:34 +0100 Subject: add default config --- files/bibiman.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 files/bibiman.toml (limited to 'files') diff --git a/files/bibiman.toml b/files/bibiman.toml new file mode 100644 index 0000000..2e5d51b --- /dev/null +++ b/files/bibiman.toml @@ -0,0 +1,30 @@ +# [general] +## Default files/dirs which are loaded on startup +## Use absolute paths (~ for HOME works). Otherwise, loading might not work. +# bibfiles = [ "/path/to/bibfile", "path/to/dir/with/bibfiles" ] + +## Default editor to use when editing files. Arguments are possible +# editor = "vim" # with args: "vim -y" + +## Default app to open PDFs/Epubs +# pdf_opener = "xdg-open" + +## Default app to open URLs/DOIs +# url_opener = "xdg-open" + +# [colors] +## Default values for dark-themed terminal +## Possible values are: +## ANSI color names. E.g. "bright-black" +## 256-colors indices. E.g. "250" +## Hex color codes. E.g. "#3a3a3a" +# main_text_color = "250" +# highlight_text_color = "254" +# entry_color = "36" +# keyword_color = "101" +# info_color = "99" +# confirm_color = "47" +# warn_color = "124" +# bar_bg_color = "234" +# popup_bg_color = "234" +# selected_row_bg_color = "237" -- cgit v1.2.3 gi/drestic/refs/?h=v1.3.0&id=bcd448a786db5ea8719c57bb66d7f2130cfa99eb'>refslogtreecommitdiff
path: root/uninstall_system.sh
blob: 66f178d8f516c4787671e363ca2d672077dd5523 (plain)
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