🍭 Configuration of my local development environment.
❗️ This is my personal configuration. Please be attentive if you are going to reuse it. Before applying this configuration, check it carefully and make sure it won't cause damage to your system.
📝 If you see that something could be improved, don't hesitate to offer a pull request.
- Install brew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install development tools and applications:
brew bundle --file ./Brewfile.work
- Make
powerlevel10k
theme default:
echo "source $(brew --prefix)/share/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc