2020-07-10 17:48:52 +00:00
|
|
|
#!/bin/bash
|
|
|
|
# Description: Tiling window manager for OSX
|
|
|
|
set -e
|
|
|
|
|
|
|
|
_recipe _launchd
|
|
|
|
_recipe _link
|
|
|
|
_recipe brew
|
|
|
|
|
|
|
|
_link ${HOME}/dotfiles/yabai/.yabairc \
|
|
|
|
${HOME}/.yabairc
|
|
|
|
_link ${HOME}/dotfiles/yabai/.skhdrc \
|
|
|
|
${HOME}/.skhdrc
|
|
|
|
|
2023-08-30 16:18:26 +00:00
|
|
|
_brew koekeishiya/formulae/yabai
|
2020-07-10 17:48:52 +00:00
|
|
|
|
|
|
|
_brew koekeishiya/formulae/skhd
|
2023-08-30 16:18:26 +00:00
|
|
|
# Use launchd directly so we can configure the shell to use bash (uses a custom
|
|
|
|
# plist in ../Library/LaunchAgents). There is a significant delay when using zsh
|
2020-07-10 17:48:52 +00:00
|
|
|
# (my preferred default).
|
|
|
|
_launchd com.koekeishiya.skhd
|
2023-08-30 16:18:26 +00:00
|
|
|
skhd --start-service
|
|
|
|
yabai --start-service
|