mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
Added espanso install script
This commit is contained in:
13
scripts/install-espanso-packages
Executable file
13
scripts/install-espanso-packages
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
function installEspansoPackages() {
|
||||
echo "Installing packages..."
|
||||
espanso install mac-symbols
|
||||
espanso install all-emojis
|
||||
echo "Restarting espanso"
|
||||
espanso restart
|
||||
}
|
||||
|
||||
installEspansoPackages
|
||||
Reference in New Issue
Block a user