Skip to content

Commit af3c954

Browse files
committed
build: delegate launch agent setup to just configure-launchagents
Generated-by: aiautocommit
1 parent a20ec17 commit af3c954

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

bootstrap.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,7 @@ infat
2727
mkdir -p ~/Library/KeyBindings/
2828
cp ./DefaultKeyBinding.dict ~/Library/KeyBindings/
2929

30-
# TODO link to blog post
31-
cp ./tmux.plist ~/Library/LaunchAgents/mikebianco.tmux.plist
32-
tmux kill-server
33-
launchctl bootstrap gui/$(id -u) ~/Library/LaunchAgents/mikebianco.tmux.plist
34-
35-
cp ./pty.plist ~/Library/LaunchAgents/mikebianco.pty.plist
36-
launchctl bootstrap gui/$(id -u) ~/Library/LaunchAgents/mikebianco.pty.plist
30+
just configure-launchagents
3731

3832
# some tools can setup bashrc and other files that we don't want
3933
# for instance, homebrew will setup a bashrc file. In order to provide a completely clean bash environment, we remove it.

0 commit comments

Comments
 (0)