This repository contains my personal terminal setup and dotfiles configuration.

I use Ghostty as my terminal emulator with its default settings, plus a custom color scheme. Here are the main tools I use in my environment:
- Ghostty – Terminal emulator
- yabai – Tiling window manager for macOS
- skhd – Simple hotkey daemon
- AstroNvim – Neovim configuration framework
This configuration is managed using GNU Stow, so you'll need to install it first:
brew install stow
Clone this repository into your home directory:
git clone https://github.com/fiqryq/dot-config.git ~/dot-config
Use GNU Stow to symlink the configuration files to your home directory:
cd ~/dot-config
stow .
That's it — your terminal will now use these dotfiles.