Skip to content

JQuinnie/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles

Personal configuration files for my development environment.

What's Included

  • Kitty - Terminal emulator config with Gruvbox Dark theme
  • Neovim - LazyVim editor configuration with Gruvbox Material
  • Starship - Cross-shell prompt with Gruvbox palette
  • Zsh - Shell configuration with Oh My Zsh

Installation

git clone https://github.com/JQuinnie/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh

The install script will:

  1. Install prerequisites via Homebrew (stow, kitty, starship, eza, bat, fzf, neovim)
  2. Use GNU Stow to symlink configs to the correct locations

To stow individual packages manually:

cd ~/dotfiles
stow kitty      # symlinks ~/.config/kitty
stow nvim       # symlinks ~/.config/nvim
stow starship   # symlinks ~/.config/starship.toml
stow zsh        # symlinks ~/.zshrc

Tools Used

  • Terminal: Kitty
  • Editor: Neovim with LazyVim
  • Shell: Zsh + Oh My Zsh
  • Prompt: Starship (Gruvbox palette)
  • ls replacement: eza
  • Theme: Gruvbox Dark
  • Font: JetBrains Mono Nerd Font

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published