@@ -78,11 +78,17 @@ nvim -c "PlugInstall|qa" ; nvim
78
78
./uni_install.sh
79
79
```
80
80
81
- - ` alacritty ` - new instance shortcut: setup the Apple Automator workflow with
82
- ` cp -R NewAlacrittyInstance.workflow ~/Library/Services/ ` , then launch
83
- ` System Preferences -> Keyboard -> Shortcuts ` and set the
84
- ` Services | General -> NewAlacrittyInstance ` shortcut to ` ⌥⌘/ ` .
85
- N.B.: restart the system or each individual app to enable the shortcut on them (` killall Finder ` included).
81
+ - IntelliJ IDEA: ` Settings -> Settings Sync ` with your email.
82
+
83
+ - ` alacritty ` - new instance shortcut:
84
+ - setup the Apple Automator workflow with ` cp -R NewAlacrittyInstance.workflow ~/Library/Services/ ` ,
85
+ then launch ` System Preferences -> Keyboard -> Shortcuts ` and set the
86
+ ` Services | General -> NewAlacrittyInstance ` shortcut to ` ⌥⌘/ ` .
87
+ N.B.: restart the system or each individual app to enable the shortcut on them (` killall Finder ` included).
88
+ - after ` stow ` -ing Alacritty's dotfile/scripts, run
89
+ ` ln -s ~/bin/alacritty_new_window_same_dir.sh /usr/local/bin/alacritty_new_window_same_dir.sh `
90
+
91
+ ## TODOs
86
92
87
93
- New space with terminal on display 1:
88
94
setup base script with ` cp create_new_space_with_terminal.scpt ~/bin/ ` , then
@@ -99,8 +105,3 @@ nvim -c "PlugInstall|qa" ; nvim
99
105
launch ` System Preferences -> Keyboard -> Shortcuts ` and set the
100
106
` Services | General -> NewSpaceWithTerminalOnDisplay2 ` shortcut to ` ⌥⌘2 ` .
101
107
N.B.: restart the system or each individual app to enable the shortcut on them (` killall Finder ` included).
102
-
103
-
104
- ## TODOs
105
-
106
- - IntelliJ IDEA Share IDE settings: [ link] ( https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html ) .
0 commit comments