home-manager: inital commit
This commit is contained in:
parent
faaaa3d324
commit
2e6d7edcc7
31 changed files with 1559 additions and 0 deletions
9
home/dev/doom.d/snippets/org-mode/devops link
Normal file
9
home/dev/doom.d/snippets/org-mode/devops link
Normal file
|
@ -0,0 +1,9 @@
|
|||
# -*- mode: snippet -*-
|
||||
# contributor: Evar Smith
|
||||
# name: devops link
|
||||
# uuid: devops-link
|
||||
# key: <#
|
||||
# condition: t
|
||||
# group: helix
|
||||
# --
|
||||
[[devops-workitem:${1:0}][${1:$(concat "#" yas-text)}]${0:$$(insert "]")}
|
9
home/dev/doom.d/snippets/org-mode/devops pr
Normal file
9
home/dev/doom.d/snippets/org-mode/devops pr
Normal file
|
@ -0,0 +1,9 @@
|
|||
# -*- mode: snippet -*-
|
||||
# contributor: Evar Smith
|
||||
# name: devops pr
|
||||
# uuid: devops-pr
|
||||
# key: <!
|
||||
# condition: t
|
||||
# group: helix
|
||||
# --
|
||||
[[devops-${2:$$(yas-choose-value my--yas-devops-repo-list-expr)}-pr:${1:0}][${1:$(concat "!" yas-text)}]${0:$$(insert "]")}
|
13
home/dev/doom.d/snippets/org-mode/evar-gtd-daily-review
Normal file
13
home/dev/doom.d/snippets/org-mode/evar-gtd-daily-review
Normal file
|
@ -0,0 +1,13 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: GTD Daily Review
|
||||
# uuid: evar-gtd-daily-review
|
||||
# condition: t
|
||||
# group: helix
|
||||
# --
|
||||
|
||||
* `(format-time-string "%Y-%m-%d %A")`
|
||||
- [ ] Check infrastructure statistics - file notes
|
||||
- [ ] Check and clear email - record tasks
|
||||
- [ ] Check devops dashboard - record tasks (followups, etc.)
|
||||
- [ ] Schedule today's tasks (remember immersive / process)
|
||||
- [ ] Check appstack candidates
|
17
home/dev/doom.d/snippets/org-mode/evar-gtd-project
Normal file
17
home/dev/doom.d/snippets/org-mode/evar-gtd-project
Normal file
|
@ -0,0 +1,17 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: GTD Project
|
||||
# uuid: gtd-project
|
||||
# key: <proj
|
||||
# condition: t
|
||||
# --
|
||||
|
||||
${2:`(make-string (org-current-level) ?*)`*} $1
|
||||
$2* Immersive
|
||||
:PROPERTIES:
|
||||
:CATEGORY: immersive
|
||||
:END:
|
||||
$2* Process
|
||||
:PROPERTIES:
|
||||
:CATEGORY: process
|
||||
:END:
|
||||
$2* Notes :archive:
|
58
home/dev/doom.d/snippets/org-mode/true-helix-standup-minutes
Normal file
58
home/dev/doom.d/snippets/org-mode/true-helix-standup-minutes
Normal file
|
@ -0,0 +1,58 @@
|
|||
# -*- mode: snippet -*-
|
||||
# contributor: Emily Susemihl
|
||||
# name: True Helix standup minutes
|
||||
# uuid: true-helix-standup-minutes
|
||||
# key: sup
|
||||
# condition: t
|
||||
# group: helix
|
||||
# --
|
||||
|
||||
* `(format-time-string "%Y-%m-%d %A")`
|
||||
** Developers
|
||||
*** Cody [`(format-time-string "%Y-%m-%d %a")`] :cody:
|
||||
- Yesterday
|
||||
- Today
|
||||
*** Corey [`(format-time-string "%Y-%m-%d %a")`] :corey:
|
||||
- Yesterday
|
||||
- Today
|
||||
*** Chris [`(format-time-string "%Y-%m-%d %a")`] :chris:
|
||||
- Yesterday
|
||||
- Today
|
||||
*** Nick [`(format-time-string "%Y-%m-%d %a")`] :nick:
|
||||
- Yesterday
|
||||
- Today
|
||||
*** Mike [`(format-time-string "%Y-%m-%d %a")`] :mike:
|
||||
- Yesterday
|
||||
- Today
|
||||
*** Jared [`(format-time-string "%Y-%m-%d %a")`] :jared:
|
||||
- Yesterday
|
||||
- Today
|
||||
*** Emily [`(format-time-string "%Y-%m-%d %a")`] :emily:
|
||||
- Yesterday
|
||||
- Today
|
||||
*** Sam [`(format-time-string "%Y-%m-%d %a")`] :sam:
|
||||
- Yesterday
|
||||
- Today
|
||||
|
||||
** Others
|
||||
*** Alex [`(format-time-string "%Y-%m-%d %a")`] :alex:
|
||||
- Yesterday
|
||||
- Today
|
||||
*** Tom [`(format-time-string "%Y-%m-%d %a")`] :tom:
|
||||
- Yesterday
|
||||
- Today
|
||||
*** Drew [`(format-time-string "%Y-%m-%d %a")`] :drew:
|
||||
- Yesterday
|
||||
- Today
|
||||
*** Liz [`(format-time-string "%Y-%m-%d %a")`] :liz:
|
||||
- Yesterday
|
||||
- Today
|
||||
*** Brian [`(format-time-string "%Y-%m-%d %a")`] :brian:
|
||||
- Yesterday
|
||||
- Today
|
||||
*** Heather [`(format-time-string "%Y-%m-%d %a")`] :heather:
|
||||
- Yesterday
|
||||
- Today
|
||||
*** Melissa [`(format-time-string "%Y-%m-%d %a")`] :melissa:
|
||||
- Yesterday
|
||||
- Today
|
Loading…
Add table
Add a link
Reference in a new issue