We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20ec17 commit af3c954Copy full SHA for af3c954
bootstrap.sh
@@ -27,13 +27,7 @@ infat
27
mkdir -p ~/Library/KeyBindings/
28
cp ./DefaultKeyBinding.dict ~/Library/KeyBindings/
29
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
+just configure-launchagents
37
38
# some tools can setup bashrc and other files that we don't want
39
# for instance, homebrew will setup a bashrc file. In order to provide a completely clean bash environment, we remove it.
0 commit comments