-
.p10k.zsh - Config for p10k, a theme for zsh
- It should be saved inside
~because .zshrc will load it from there.
- It should be saved inside
-
- It should be saved inside
~because zsh will load it from there.
- It should be saved inside
-
com.local.julioMacKeysRemapping.plist - Keybindings for MacOS (US keyboard layout), done with an OS LaunchDaemon.
- There is a generator site that allow us to easily create new files like this one.
- It should be saved inside
/Library/LaunchDaemons. - Then we have to give it specific root permissions and ownership. For that execute:
sudo chown root:wheel /Library/LaunchDaemons/com.local.julioMacKeysRemapping.plist sudo chmod 644 /Library/LaunchDaemons/com.local.julioMacKeysRemapping.plist
- Finally we can start the daemon, which performs the keybindings (only necessary once, then it's persisted).
It's possible that, depending on the OS version, it's necessary to add
sudo launchctl bootstrap system /Library/LaunchDaemons/com.local.julioMacKeysRemapping.plist
hidutilto Input Monitoring. First, find the binary location by runningwhich hidutil. Then, go toSettings -> Privacy & Security -> Input Monitoring, you can pressCommand + Shift + gwhile in the file explorer to specify the binary location that we previously found.
-
iterm2-profile.json - Iterm2 Settings
-
To load it we have to go to
Settings > Profiles > Other Actions > Import JSON Profilesand then select the file.This affects mainly: font-size and terminal's window default dimensions.
-