https://github.com/lkemitchll/dotfiles
https://github.com/lkemitchll/dotfiles
dotfiles fish kitty neovim
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lkemitchll/dotfiles
- Owner: LkeMitchll
- Created: 2015-10-19T07:48:29.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T15:18:53.000Z (about 1 month ago)
- Last Synced: 2025-04-03T15:59:17.479Z (28 days ago)
- Topics: dotfiles, fish, kitty, neovim
- Language: Lua
- Homepage:
- Size: 843 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- mac OS
- [Homebrew][Neovim]: https://neovim.io
[Fish]: https://fishshell.com
[Ghostty]: https://ghostty.org
[Homebrew]: https://brew.sh
[RCM]: https://github.com/thoughtbot/rcm## 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].[mini.deps]: https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-deps.md
[mini.nvim]: https://github.com/echasnovski/mini.nvim
[snacks.nvim]: https://github.com/folke/snacks.nvim### Ghostty
I try to keep my Ghostty config light, but some things of note:
- My colorscheme, is [tokyonight]
- I make use of [MD IO] as a font[tokyonight]: https://github.com/folke/tokyonight.nvim/tree/main/extras
[MD IO]: https://io.mass-driver.com### 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[prompt]: https://github.com/LkeMitchll/Dotfiles/blob/main/config/fish/functions/fish_prompt.fish
[bira]: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#bira
[FZF]: https://github.com/junegunn/fzf