File tree 9 files changed +83
-0
lines changed
9 files changed +83
-0
lines changed Original file line number Diff line number Diff line change 1
1
fish /fish_variables
2
+ obsidian /workspace.json
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ ln -s $(pwd)/tmux/.gitmux.conf ~/.gitmux.conf
21
21
rm -rf ~ /.tmux/plugins/tmux/custom
22
22
ln -s $( pwd) /tmux/modules/ ~ /.tmux/plugins/tmux/custom
23
23
24
+ rm -rf ~ /brain/.obsidian
25
+ ln -s $( pwd) /obsidian ~ /brain/.obsidian
26
+
24
27
# We can't symlink this one (/home won't be mounted yet)
25
28
cp $( pwd) /xkb/us /usr/share/X11/xkb/symbols/us
26
29
Original file line number Diff line number Diff line change
1
+ {}
Original file line number Diff line number Diff line change
1
+ {
2
+ "accentColor" : " "
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "file-explorer" : true ,
3
+ "global-search" : true ,
4
+ "switcher" : true ,
5
+ "graph" : true ,
6
+ "backlink" : true ,
7
+ "canvas" : true ,
8
+ "outgoing-link" : true ,
9
+ "tag-pane" : true ,
10
+ "properties" : false ,
11
+ "page-preview" : true ,
12
+ "daily-notes" : false ,
13
+ "templates" : true ,
14
+ "note-composer" : true ,
15
+ "command-palette" : true ,
16
+ "slash-command" : false ,
17
+ "editor-status" : true ,
18
+ "bookmarks" : true ,
19
+ "markdown-importer" : false ,
20
+ "zk-prefixer" : false ,
21
+ "random-note" : false ,
22
+ "outline" : true ,
23
+ "word-count" : true ,
24
+ "slides" : false ,
25
+ "audio-recorder" : false ,
26
+ "workspaces" : false ,
27
+ "file-recovery" : true ,
28
+ "publish" : false ,
29
+ "sync" : false
30
+ }
Original file line number Diff line number Diff line change
1
+ [
2
+ " file-explorer" ,
3
+ " global-search" ,
4
+ " switcher" ,
5
+ " graph" ,
6
+ " backlink" ,
7
+ " canvas" ,
8
+ " outgoing-link" ,
9
+ " tag-pane" ,
10
+ " page-preview" ,
11
+ " templates" ,
12
+ " note-composer" ,
13
+ " command-palette" ,
14
+ " editor-status" ,
15
+ " bookmarks" ,
16
+ " outline" ,
17
+ " word-count" ,
18
+ " file-recovery"
19
+ ]
Original file line number Diff line number Diff line change
1
+ {
2
+ "collapse-filter" : false ,
3
+ "search" : " " ,
4
+ "showTags" : false ,
5
+ "showAttachments" : false ,
6
+ "hideUnresolved" : false ,
7
+ "showOrphans" : true ,
8
+ "collapse-color-groups" : true ,
9
+ "colorGroups" : [],
10
+ "collapse-display" : true ,
11
+ "showArrow" : false ,
12
+ "textFadeMultiplier" : 0 ,
13
+ "nodeSizeMultiplier" : 1 ,
14
+ "lineSizeMultiplier" : 1 ,
15
+ "collapse-forces" : true ,
16
+ "centerStrength" : 0.518713248970312 ,
17
+ "repelStrength" : 10 ,
18
+ "linkStrength" : 1 ,
19
+ "linkDistance" : 250 ,
20
+ "scale" : 1 ,
21
+ "close" : true
22
+ }
Original file line number Diff line number Diff line change
1
+ {}
Original file line number Diff line number Diff line change
1
+ {
2
+ "folder" : " templates"
3
+ }
You can’t perform that action at this time.
0 commit comments