Skip to content

Commit

Permalink
wm/aerospace: add
Browse files Browse the repository at this point in the history
  • Loading branch information
ztlevi committed Aug 27, 2024
1 parent 075537a commit a0d194b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config
24 changes: 24 additions & 0 deletions wm/aerospace/_init
Original file line number Diff line number Diff line change
@@ -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 "$@"

0 comments on commit a0d194b

Please sign in to comment.