Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.3 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.3 KB

My Dotfiles

Welcome to my ever-evolving dotfiles! Tailored for MacOS but with Linux compatibility on the horizon, these configurations streamline my workflow.

Preview

Table of Contents

Features

  • 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.

Installation

Clone the repo and run the setup script to get started.

MacOS

# 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.