Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 2.7 KB

README.md

File metadata and controls

76 lines (53 loc) · 2.7 KB

My Dotfiles

This repository contains my personal dotfiles for setting up and managing my development environment. It includes configurations for terminal emulators, shell, text editors, and more.

Currently included:

Feel free to explore, fork, or adapt them to your needs!


📝 Note: Exploring Ghostty

I recently switched from Kitty to Ghostty as my primary terminal emulator. While Kitty remains an excellent terminal, I wanted to explore Ghostty for its fresh approach to theming and simple configuration.

Both .ghostty and .kitty configurations are available in this repository, but Ghostty is my primary terminal for now. I might keep this section updated with my experiences.


📂 Repository Structure

Here's how the repository is organized:


🚀 How to Use These Dotfiles

To use these dotfiles, clone this repository and symlink the configurations to their appropriate locations:

Clone the Repository

git clone https://github.com/Gwenillia/dotfiles.git ~/dotfiles
cd ~/dotfiles

Symlink the Configurations

# Ghostty configuration
ln -s ~/dotfiles/.ghostty ~/.config/ghostty

# Kitty configuration (if switching back to Kitty)
ln -s ~/dotfiles/.kitty ~/.config/kitty

# tmux configuration
ln -s ~/dotfiles/.tmux ~/.config/tmux

# Neovim configuration
ln -s ~/dotfiles/.nvim ~/.config/nvim

# Fish shell configuration
ln -s ~/dotfiles/.fish ~/.config/fish

📦 Requirements