Skip to content

juliocastrodev/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config files by @juliocastrodev 🚀

Installation of Tools 🔍

Everywhere

Instructions

  • .p10k.zsh - Config for p10k, a theme for zsh

    • It should be saved inside ~ because .zshrc will load it from there.
  • .zshrc - Config for zsh

    • It should be saved inside ~ because zsh will load it from there.
  • 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
      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 Profiles and then select the file.

      This affects mainly: font-size and terminal's window default dimensions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages