Skip to content

fiqryq/dot-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Personal Configuration

This repository contains my personal terminal setup and dotfiles configuration.

CleanShot 2025-08-14 at 12 16 17

Terminal Setup

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

Installation

This configuration is managed using GNU Stow, so you'll need to install it first:

brew install stow

1. Clone the Repository

Clone this repository into your home directory:

git clone https://github.com/fiqryq/dot-config.git ~/dot-config

2. Create Symlinks

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.

About

personal terminal setup and dotfiles configuration.

Topics

Resources

Stars

Watchers

Forks