Skip to content

LkeMitchll/Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Custom configuration files for various tools, including Neovim, Fish and more.

I run all of this in Ghostty on macOS, managed with RCM.

Requirements

Install

  1. Clone this repo git clone git@github.com:LkeMitchll/Dotfiles.git ~/.dotfiles.
  2. Install Homebrew.
  3. Run cd ~/.dotfiles & chmod +x ./setup.sh & ./setup.sh.

Notes

Neovim

I try to keep my Neovim setup as minimal as I can, I manage my plugins using mini.deps. The primary plugins I use in Neovim are:

  • mini.nvim - A collection of minimal but useful plugins
  • snacks.nvim - Annother collection of minimal but useful plugins
  • lsp-zero.nvim - Toolkit to configure LSP and snippets

Ghostty

I try to keep my Ghostty config light, but some things of note:

Fish

I use fish as it feels modern, and includes functionality that would otherwise need a plugin (suggestions, substring-autocomplete etc.), some small things of note:

  • I use a two-line prompt, loosely based on bira
  • I use FZF to find things