tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Some gpg stuff, and obsidian config
seth.computer
4 years ago
2edaf9d4
3641f49f
+9
-5
5 changed files
expand all
collapse all
unified
split
git
gitconfig
home.nix
obsidian
app.json
appearance.json
snippets
extra.css
-2
git/gitconfig
···
29
default = simple
30
[alias]
31
pushf = push --force-with-lease
32
-
[gpg]
33
-
program = /usr/local/bin/gpg
34
[init]
35
defaultBranch = main
···
29
default = simple
30
[alias]
31
pushf = push --force-with-lease
0
0
32
[init]
33
defaultBranch = main
+1
home.nix
···
13
14
programs.git.enable = true;
15
programs.gh.enable = true;
0
16
17
programs.lazygit.enable = true;
18
programs.lazygit.settings = {
···
13
14
programs.git.enable = true;
15
programs.gh.enable = true;
16
+
programs.gpg.enable = true;
17
18
programs.lazygit.enable = true;
19
programs.lazygit.settings = {
+3
-2
obsidian/app.json
···
1
{
2
"promptDelete": false,
3
-
"showLineNumber": false,
4
"tabSize": 4,
5
"vimMode": true,
6
"emacsyKeys": false,
7
"alwaysUpdateLinks": true,
8
"spellcheck": true,
9
-
"defaultViewMode": "source"
0
10
}
···
1
{
2
"promptDelete": false,
3
+
"showLineNumber": true,
4
"tabSize": 4,
5
"vimMode": true,
6
"emacsyKeys": false,
7
"alwaysUpdateLinks": true,
8
"spellcheck": true,
9
+
"defaultViewMode": "source",
10
+
"useTab": false
11
}
+4
-1
obsidian/appearance.json
···
1
{
2
"baseFontSize": 16,
3
"theme": "moonstone",
4
-
"cssTheme": "Solarized"
0
0
0
5
}
···
1
{
2
"baseFontSize": 16,
3
"theme": "moonstone",
4
+
"cssTheme": "Solarized",
5
+
"enabledCssSnippets": [
6
+
"extra"
7
+
]
8
}
+1
obsidian/snippets/extra.css
···
0
···
1
+
.markdown-source-view { font-family: 'Iosevka Nerd Font', monospace; }