Add :dotfiles to espanso
This commit is contained in:
parent
c5846665aa
commit
7124abf983
|
@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), but adapt
|
|||
|
||||
Instead of grouping changes by tag, they are grouped by the date they are released.
|
||||
|
||||
## 15th December 2023
|
||||
|
||||
### Added
|
||||
|
||||
* Add `:dotfiles` to espanso that links to my dotfiles repository on GitHub.
|
||||
|
||||
## 14th December 2023
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
let
|
||||
baseUrl = "https://www.oliverdavies.dev";
|
||||
in
|
||||
{
|
||||
{
|
||||
services.espanso = {
|
||||
enable = true;
|
||||
|
||||
|
@ -26,6 +26,10 @@ in
|
|||
trigger = ":coaching";
|
||||
replace = "${baseUrl}/team-coaching";
|
||||
}
|
||||
{
|
||||
trigger = ":dotfiles";
|
||||
replace = "https://github.com/opdavies/dotfiles";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue