- Sync VSCode settings and snippets via dotfiles on Github | Paweł Grzybek — setting up symlinks for Visual Studio Code settings
dotfilesrepository reference —/VSCodedirectory for setup reference andsetup-symlinks.shfor symlinks setup
- Configuring Zsh Without Dependencies | The Valuable Dev — understanding zsh config
- Moving Away From Oh-My-Zsh | Ian Y.E. Pan
- Simplest ZSH Prompt Configs for Git Branch Name | Nick Gibbon — adding git branch to command prompt
To keep brew installations up to date run:
brew update --greedyThen to cleanup stale files run:
brew cleanup