mirror of
https://github.com/flancian/garden.git
synced 2026-08-05 22:16:20 +00:00
Default commit message, part of an automated flow.
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
|
||||
+7
-4
@@ -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"
|
||||
|
||||
+3
-1
@@ -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]]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user