"There is nothing outside of yourself that can ever enable you to get better, stronger, richer, quicker, or smarter. Everything is within." - Miyamoto Musashi
My personal development environment configuration files.
- zsh/ - Zsh shell configuration
- kitty/ - Kitty terminal emulator configuration
- starship/ - Starship prompt configuration
- scripts/ - Utility scripts and helpers
These dotfiles follow the way of Musashi: simple, focused, and effective. Every configuration serves a purpose. Nothing wasted.
brew install fzf starship
brew install --cask kitty# Clone the repository
git clone https://github.com/kayossouza/dotfiles.git ~/dotfiles
# Run the installer
cd ~/dotfiles
./install.sh- Fish-like autosuggestions
- Syntax highlighting
- History substring search
- fzf integration
- Starship prompt
- GPU-accelerated rendering
- Beautiful color scheme
- Sensible keybindings
- macOS native integration
Smart aliases for:
- pnpm workflows
- Git operations
- Quick navigation
- Deployment
~/dotfiles/
├── zsh/
│ └── .zshrc
├── kitty/
│ └── kitty.conf
├── starship/
│ └── starship.toml
├── scripts/
│ └── install.sh
└── README.md
- Secrets are kept in
~/.zsh_secrets(not tracked) - Plugins are installed in
~/.zsh/ - Configurations use symlinks to this repo
"The way is in training." - Miyamoto Musashi