-
.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.
-
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).
sudo launchctl bootstrap system /Library/LaunchDaemons/com.local.julioMacKeysRemapping.plist
It's possible that, depending on the OS version, it's necessary to add
hidutilto: Settings -> Privacy & Security -> Input Monitoring.There is a generator site that allow us to easily create new files like this one.
-
-
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.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
juliocastrodev/configs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published