/dotfiles

Personal OSX dotfiles

Primary LanguageShell

Dotfiles

dotfiles-banner

Subdirectories explained

  • Brewfile: Blueprint that contains all the formulaes and casks I use daily;
  • topic/*.zsh: Files loaded by .zshrc during the execution of the install script;
  • topic/*.symlink: Files with *.symlink extension get symlinked into your $HOME.

Install

  git clone https://github.com/pedroseabra1091/dotfiles.git ~/.dotfiles
  cd ~/.dotfiles
  sh install

The install script symlinks the appropriate files to your home directory which makes everything controllable via ~/.dotfiles.

Additionally, it fine tunes the macOS dock to my preferences.

Tip

Check mac-defaults for further tuning of your macOS UI setup.

Warning

A few unicode characters aren't correctly displayed on iterm2. In order to fix it, set the default font to the pre-installed Hack Nerd Font Mono.

Warning

Iterm2 default key preset switches a few viable key shortcuts (e.g: cmd+backspace). In order switch to a more familiar preset go to Preferences->Profiles->Keys, click on Load Preset and set to Natural Text Editing.

Optional flags

  • --skip-dock-setup, -s: Skips the setup of the macOS dock

References