We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6caa8 commit a20ec17Copy full SHA for a20ec17
Justfile
@@ -21,6 +21,16 @@ sync:
21
list-quicklook:
22
qlmanage -m plugins
23
24
+configure-launchagents:
25
+ # tmux first
26
+ # TODO link to blog post
27
+ cp ./tmux.plist ~/Library/LaunchAgents/mikebianco.tmux.plist
28
+ tmux kill-server
29
+ launchctl bootstrap gui/$(id -u) ~/Library/LaunchAgents/mikebianco.tmux.plist
30
+
31
+ sudo cp ./pty.plist /Library/LaunchDaemons/mikebianco.pty.plist
32
+ sudo launchctl bootstrap system /Library/LaunchDaemons/mikebianco.pty.plist
33
34
pull-ide-integration:
35
cp ~/Library/Application\ Support/Code/User/{settings,keybindings}.json .vscode/
36
cp ~/Library/Application\ Support/Cursor/User/{settings,keybindings}.json .cursor/
0 commit comments