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 [email protected]: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 bulk of my setup is built out of 2 collections of small, minimal plugins: mini.nvim and snacks.nvim.

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