Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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 Dark
  • Starship - Cross-shell prompt with Gruvbox palette
  • Zsh - Shell configuration with Oh My Zsh, carapace completions, zoxide, and atuin

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, carapace, zoxide, atuin)
  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)
  • Shell completions: Carapace
  • Shell history: Atuin
  • cd replacement: Zoxide
  • ls replacement: eza
  • Theme: Gruvbox Dark
  • Font: JetBrains Mono Nerd Font

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages