Welcome to my ever-evolving dotfiles! Tailored for MacOS but with Linux compatibility on the horizon, these configurations streamline my workflow.
- Shell: Customized Zsh with a unique theme, managed by Oh My Zsh.
- Prompt: Starship prompt for a sleek, speedy, and adaptable interface.
- Completion: Zsh completions for commands like
git
,docker
,kubectl
,helm
, and more. - Aliases: Handy shortcuts to simplify your life.
- Plugins: Enhanced experience with
zsh-autosuggestions
,zsh-syntax-highlighting
, and others. - FZF: Effortless fuzzy searching for files and directories.
Clone the repo and run the setup script to get started.
# clone the repo
git clone https://github.com/brenoandrade/dotfiles.git ~/.dotfiles
# run setup script
./.dotfiles/setup/macos.sh
# register .zsh in .zshrc
echo "source $HOME/.dotfiles/.zsh >> $HOME/.zshrc"
The setup script will symlink the dotfiles to your home directory and install Homebrew along with essential packages.