Skip to content

shkm/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 14, 2025
bf48d46 · Apr 14, 2025
Mar 13, 2025
Apr 13, 2025
Mar 13, 2025
Dec 31, 2024
Apr 14, 2025
Sep 16, 2024
Apr 14, 2025
Mar 13, 2025
Mar 22, 2025
Mar 13, 2025
Mar 13, 2025
Apr 4, 2025
Mar 13, 2025
Jan 9, 2025
Jan 9, 2025
May 24, 2023
Apr 8, 2025
Jul 13, 2022
May 23, 2023
Dec 31, 2024

Repository files navigation

:godmode: shkm's dotfiles

These are my dotfiles. They've changed a lot over the years and will probably continue to change.

They're managed using GNU stow. They're designed for me and subject to change at any time, but feel free to take bits and pieces.

I primarily use the following right now:

Setup (Mac)

Clone repo and run the scripts in setup/macos

Bootstrapping Fish

I use fisher as my shell plugin manager, which itself is written in fish. Since fisher requires a list of bundles in my config, but running fish with my config and without fisher bundles causes it to explode, bootstrapping is a little tricky. This is what seems to work:

fish -c 'curl -sL https://git.io/fisher | source && fisher update'