Skip to content

jsvensson/dotfiles

Repository files navigation

dotfiles 🏠

My dotfiles, managed via chezmoi.

General concepts

Where's NeoVim?

It was a bit of a hassle to keep my NeoVim config managed by Chezmoi, as that gets frequently updated and it felt like a lot of friction to first update the NeoVim config, and then add the changes to Chezmoi's management. I broke it out into jsvensson/nvim instead.

Prompt enhancements

I make heavy use of fzf for productivity features from the terminal. Some of the keybindings I use:

  • Ctrl-R: search shell history
  • Ctrl-V: search environment variables
  • Ctrl-G G: navigate to git repositories
    • This uses ~/git/ as the base directory using ghq
  • Ctrl-G B: navigate git branches while in a repository
  • Ctrl-F: search files under pwd recursively
  • Ctrl-D: navigate to directories under pwd recursively

WIP: Installation

I have yet to do a fresh install from scratch on a new computer, so this section is still highly theoretical.

  • Install Homebrew
  • Install chezmoi via Homebrew: brew install chezmoi

Releases

No releases published

Packages

No packages published