No description
Find a file
2025-11-29 21:24:12 +01:00
bin Initial version 2023-03-02 09:44:56 +01:00
ghostty try melange 2025-10-06 10:34:03 +02:00
helix helix runtime 2025-09-11 03:53:07 +02:00
kitty update kitty 2025-11-26 07:54:01 +01:00
mise.jdx.dev Updated mise configs 2025-10-27 10:35:27 +01:00
nvim Add snippets and format on save 2025-11-21 02:40:58 +01:00
partial alias pick 2025-11-29 21:23:00 +01:00
wezterm Myna 2025-11-17 20:55:52 +01:00
.gitignore helix config 2025-03-24 01:40:49 +01:00
.gitmodules remove doom.d 2024-05-21 10:35:49 +02:00
.python-version uv 2025-01-14 20:02:56 +01:00
bashrc clean up bashrc 2025-11-18 09:10:09 +01:00
dircolors Initial version 2023-03-02 09:44:56 +01:00
dotfile-linker.py Make links a ini file plus lib 2025-01-19 22:43:04 +01:00
dotfiles.ini.example rework to avoid branches 2023-05-18 01:42:06 +02:00
editorconfig less deps again 2024-12-08 22:18:05 +01:00
font.sh font download 2024-03-17 16:47:49 +01:00
gdbinit new gdbinit 2023-05-16 21:00:40 +02:00
gitconfig.jinja add git move 2025-11-29 21:24:12 +01:00
justfile Make links a ini file plus lib 2025-01-19 22:43:04 +01:00
links.toml kitty conf 2025-11-25 15:30:48 +01:00
pyproject.toml uv 2025-01-14 20:02:56 +01:00
README.md Update README.md 2025-01-19 22:45:31 +01:00
setup-debian.sh setup shell on pocket reform 2025-04-13 22:33:33 +02:00
setup-mac.sh basic mac setup 2025-01-19 15:11:47 +01:00
ssh-config Add netopp and ruby to general env 2025-11-18 13:55:58 +01:00
starship.toml tweaking fonts and prompts 2024-11-04 23:27:03 +01:00
uv.lock uv 2025-01-14 20:02:56 +01:00
zshrc-home.jinja roc and helix stuff 2025-03-24 01:27:55 +01:00
zshrc-linux-work.jinja remove doom.d link 2024-05-21 10:37:10 +02:00
zshrc-muffin.jinja setup shell on pocket reform 2025-04-13 22:33:33 +02:00
zshrc-work.jinja Add netopp and ruby to general env 2025-11-18 13:55:58 +01:00

my dotfiles

Ever-evolving set of configuration files.

This set is quite stripped-back to the set I am actually using on my Mac these days.

Install

To perform initial setup, use setup-mac.sh (only Mac at the moment).

Then, use just to process and link all the dotfiles:

just link

Uninstall

To remove the bin symlinks for example, run (in zsh)

rm ~/bin/*(@e{'[[ $REPLY:A = ~/dotfiles/bin/* ]]'})