Skip to content

srquinn21/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Development environment for macOS and Linux.

What's Included

  • Shell: zsh + Prezto with vi keybindings
  • Editor: Neovim with native LSP, Treesitter, Telescope, lazy.nvim
  • Terminal: Ghostty with One Double Dark theme
  • Multiplexer: tmux with Catppuccin theme (via TPM)
  • Tools: mise (node/python), ripgrep, fd, fzf, bat, glow
  • Languages: TypeScript, Rust (rustup + rust-analyzer + clippy)

Install

git clone <repo-url> $HOME/.dotfiles
~/.dotfiles/install.sh

Local Overrides

Machine-specific config goes in $HOME/.dotfiles-local:

  • zsh/*.zsh — sourced automatically after main modules
  • git/user.gitconfig — included via ~/.gitconfig.user
  • install.sh — runs at the end of the main install

Configure Git Identity

Create ~/.gitconfig.user:

[user]
  name = Your Name
  email = you@example.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors