Brewfile
: Blueprint that contains all the formulaes and casks I use daily;topic/*.zsh
: Files loaded by.zshrc
during the execution of theinstall
script;topic/*.symlink
: Files with*.symlink
extension get symlinked into your$HOME
;topic/*.yml
: Files copied to target locations during the execution of theinstall
script;
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.
--skip-dock-setup
,-s
: Skips the setup of the macOS dock