https://github.com/Duranzno/dotbot-espanso
Install espanso packages with dotbot
https://github.com/Duranzno/dotbot-espanso
dotbot dotbot-plugin dotfiles dotfiles-manager espanso linux
Last synced: 4 months ago
JSON representation
Install espanso packages with dotbot
- Host: GitHub
- URL: https://github.com/Duranzno/dotbot-espanso
- Owner: Duranzno
- License: mit
- Created: 2020-08-17T01:37:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T01:39:30.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:08:19.614Z (8 months ago)
- Topics: dotbot, dotbot-plugin, dotfiles, dotfiles-manager, espanso, linux
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Duranzno/dotbot-espanso - Install espanso packages with dotbot (Python)
README
Welcome to dotbot-espanso
> Install [espanso](https://espanso.org/) [packages](https://hub.espanso.org/) with dotbot
## PrerequirementsThis plugin requires [`dotbot`](https://github.com/anishathalye/dotbot/) to be installed.
Also, at runtime this plugin requires `espanso` command to be installed.
## Installation
1. Run:
```bash
git submodule add https://github.com/duranzno/dotbot-espanso.git
```2. Modify your `./install` with new plugin directory:
```bash
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -p "${BASEDIR}/dotbot-espanso/espanso.py" -c "${CONFIG}" "${@}"
```## Usage
Add required packages to your [`install.conf.yaml`](/example.yaml):
```yaml
- espanso:
- all-emojis
- lorem
- gitmojis
```
Available packages can be found on [the espanso hub](https://hub.espanso.org/)## License
MIT. See [LICENSE](/LICENSE) for more details.
## Author
👤 **Alejandro Duran**
* Website: https://duranzno.now.sh
* Twitter: [@duranzno\_dev](https://twitter.com/duranzno\_dev)
* Github: [@duranzno\_](https://github.com/duranzno)
* LinkedIn: [@duranzno](https://linkedin.com/in/duranzno)## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_