mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
feat: Adds kanata run and starts config, for macbook pro keyboard mods.
This commit is contained in:
13
runs/kanata
Executable file
13
runs/kanata
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
XDG_DATA_HOME=${XDG_DATA_HOME:-"$HOME/.local/share"}
|
||||
kanata_dir="$XDG_DATA_HOME/kanata"
|
||||
|
||||
yay ${1:-"-S --noconfirm"} rustup
|
||||
|
||||
git clone https://github.com/jtroo/kanata.git $kanata_dir
|
||||
pushd $kanata_dir &>/dev/null
|
||||
(
|
||||
cargo install --features cmd --path .
|
||||
)
|
||||
popd &>/dev/null
|
||||
Reference in New Issue
Block a user