diff --git a/agora-settings.md b/agora-settings.md new file mode 100644 index 000000000..10b6fe3f0 --- /dev/null +++ b/agora-settings.md @@ -0,0 +1,17 @@ +# Agora Settings + +- As of [[2021-02-26]], the following describes the [[agora]] editor I use. It is a toolchain based on [[vscode]], a good general purpose [[editor]]. +- The step by step play is: + - Install [[vscode]]. + - Install [[foam]]. + - Configure [[foam]] for the [[agora]]: + - [[pull]] [[foam settings]] + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[2021-02-26]: journal/2021-02-26 "2021-02-26" +[agora]: agora "Agora" +[vscode]: vscode "Vscode" +[foam]: foam "Foam" +[pull]: pull "Pull" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/auto-commit-messages.md b/auto-commit-messages.md index eee2c2aae..dbcee4b05 100644 --- a/auto-commit-messages.md +++ b/auto-commit-messages.md @@ -11,7 +11,8 @@ - Type 'commit all' to find the matching command. - Double click on it, press ctrl-shift-a, enter. - Now you can press ctrl-shift-a and all files will be saved and then submitted to your git repo, and from there to the Agora. - - A is for Agora :) + - See [[agora settings]] for more. + - A stands for [[agora]] :) [//begin]: # "Autogenerated link references for markdown compatibility" diff --git a/foam-settings.md b/foam-settings.md index 8c343dd64..344f7c18f 100644 --- a/foam-settings.md +++ b/foam-settings.md @@ -1,15 +1,18 @@ # Foam Settings -- The following are my [[foam]] ([[vscode]]) settings as of [[2021-02-26]]. +- The following are my [[foam]] ([[vscode]]) settings as of [[2021-02-26]]. In a nutshell: + - Some changes to [[settings.json]] in your digital garden's ```.vscode``` directory. + - Some changes to [[keybindings.json]] in your global (user scope) ```.config/Code/user/``` directory. + - Optional additional [[git config]] to make submitting to your garden (and the [[agora]]) easier/less work. - [[push]] [[settings.json]]: ``` "foam.openDailyNote.directory": "journal", "vscodeMarkdownNotes.newNoteDirectory": "WORKSPACE_ROOT", ``` -- [[push]] [[commit.txt]]: +- [[push]] [[commit-template]]: ``` -Auto: misc. +Default commit message, part of an automated flow. ``` - [[push]] [[keybindings.json]] (global): @@ -54,6 +57,6 @@ git push [foam]: foam "Foam" [vscode]: vscode "Vscode" [2021-02-26]: journal/2021-02-26 "2021-02-26" -[push]: push "Push" [agora]: agora "Agora" +[push]: push "Push" [//end]: # "Autogenerated link references" diff --git a/git-config.md b/git-config.md index 16d7aca6b..e2001b2c7 100644 --- a/git-config.md +++ b/git-config.md @@ -1,6 +1,8 @@ # Git Config -- git config --local commit.template .config/commit-template.txt +``` +git config --local commit.template ~/.commit-template.txt +``` - [[pull]] [[git alias]]