Skip to content

kayossouza/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

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

Contents

  • zsh/ - Zsh shell configuration
  • kitty/ - Kitty terminal emulator configuration
  • starship/ - Starship prompt configuration
  • scripts/ - Utility scripts and helpers

Philosophy

These dotfiles follow the way of Musashi: simple, focused, and effective. Every configuration serves a purpose. Nothing wasted.

Installation

Prerequisites

brew install fzf starship
brew install --cask kitty

Setup

# Clone the repository
git clone https://github.com/kayossouza/dotfiles.git ~/dotfiles

# Run the installer
cd ~/dotfiles
./install.sh

Features

Zsh Configuration

  • Fish-like autosuggestions
  • Syntax highlighting
  • History substring search
  • fzf integration
  • Starship prompt

Kitty Terminal

  • GPU-accelerated rendering
  • Beautiful color scheme
  • Sensible keybindings
  • macOS native integration

Development Workflow

Smart aliases for:

  • pnpm workflows
  • Git operations
  • Quick navigation
  • Deployment

Structure

~/dotfiles/
├── zsh/
│   └── .zshrc
├── kitty/
│   └── kitty.conf
├── starship/
│   └── starship.toml
├── scripts/
│   └── install.sh
└── README.md

Notes

  • 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

About

my terminal configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages