diff --git a/config b/config index c6e4496..92ba5b4 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit c6e4496dd680cea5c6e6e045aa5e7bdba14486b4 +Subproject commit 92ba5b4e9fe85cb4691473ae5b2dd6608c476f38 diff --git a/wm/aerospace/_init b/wm/aerospace/_init new file mode 100755 index 0000000..39d6294 --- /dev/null +++ b/wm/aerospace/_init @@ -0,0 +1,24 @@ +#!/usr/bin/env zsh +source ${0:A:h}/../../deploy + +install() { + case $(_os) in + macos) + brew install --cask nikitabobko/tap/aerospace + ;; + + esac + +} + +# update() {} + +link() { + mklink $DOTTY_CONFIG_HOME/wm/aerospace/config/* $XDG_CONFIG_HOME/ +} + +clean() { + rm -fv $XDG_CONFIG_HOME/aerospace +} + +init "$@"