Skip to content

caiopedroso/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dotfiles managed with Dotbot.

What's included

File Description
zshrc Zsh config with Oh My Zsh, Powerlevel10k, and performance optimizations
vimrc Vim configuration

Installation

git clone https://github.com/YOUR_USERNAME/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install

This will symlink the config files to your home directory.

Dependencies

Install these before running:

# macOS (Homebrew)
brew install zsh-autosuggestions zsh-syntax-highlighting powerlevel10k
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Updating

cd ~/.dotfiles
git pull
./install

Re-running install

The install script is idempotent—run it anytime to sync changes:

./install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published