Skip to content

Commit

Permalink
Readme: improved
Browse files Browse the repository at this point in the history
  • Loading branch information
horothesun committed Sep 2, 2024
1 parent 4bd3af9 commit 34034fe
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,17 @@ nvim -c "PlugInstall|qa" ; nvim
./uni_install.sh
```

- `alacritty` - new instance shortcut: setup the Apple Automator workflow with
`cp -R NewAlacrittyInstance.workflow ~/Library/Services/`, then launch
`System Preferences -> Keyboard -> Shortcuts` and set the
`Services | General -> NewAlacrittyInstance` shortcut to `⌥⌘/`.
N.B.: restart the system or each individual app to enable the shortcut on them (`killall Finder` included).
- IntelliJ IDEA: `Settings -> Settings Sync` with your email.

- `alacritty` - new instance shortcut:
- setup the Apple Automator workflow with `cp -R NewAlacrittyInstance.workflow ~/Library/Services/`,
then launch `System Preferences -> Keyboard -> Shortcuts` and set the
`Services | General -> NewAlacrittyInstance` shortcut to `⌥⌘/`.
N.B.: restart the system or each individual app to enable the shortcut on them (`killall Finder` included).
- after `stow`-ing Alacritty's dotfile/scripts, run
`ln -s ~/bin/alacritty_new_window_same_dir.sh /usr/local/bin/alacritty_new_window_same_dir.sh`

## TODOs

- New space with terminal on display 1:
setup base script with `cp create_new_space_with_terminal.scpt ~/bin/`, then
Expand All @@ -99,8 +105,3 @@ nvim -c "PlugInstall|qa" ; nvim
launch `System Preferences -> Keyboard -> Shortcuts` and set the
`Services | General -> NewSpaceWithTerminalOnDisplay2` shortcut to `⌥⌘2`.
N.B.: restart the system or each individual app to enable the shortcut on them (`killall Finder` included).


## TODOs

- IntelliJ IDEA Share IDE settings: [link](https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html).

0 comments on commit 34034fe

Please sign in to comment.