Welcome to my personal configuration files! This repository hosts the settings for my daily driver tools, focusing on a productive and aesthetic terminal experience.
| Tool | Category | Description |
|---|---|---|
| Kitty | Terminal | Fast, feature-rich, GPU-based terminal emulator. |
| WezTerm | Terminal | A GPU-accelerated cross-platform terminal emulator and multiplexer. |
| Starship | Shell Prompt | The minimal, blazing-fast, and infinitely customizable prompt for any shell. |
| Winfetch | System Info | A command-line system information tool written in PowerShell. |
git clone https://github.com/Kehlanii/dotfiles.git
cd dotfilesNote: Always backup your existing configuration files before linking new ones.
# Ensure directory exists
mkdir -p ~/.config/kitty
# Link config
ln -sf $(pwd)/kitty/kitty.conf ~/.config/kitty/kitty.conf# Link config
ln -sf $(pwd)/starship/starship.toml ~/.config/starship.toml# Link config
ln -sf $(pwd)/wezterm/.wezterm.lua ~/.wezterm.luaFeel free to fork this repository and adapt the configurations to your own needs!