No description
Find a file
2025-08-31 10:59:37 +02:00
bin Initial version 2023-03-02 09:44:56 +01:00
ghostty fix ghostty config 2025-08-04 12:47:36 +08:00
helix updated helix config 2025-06-28 18:57:01 +02:00
mise.jdx.dev Handle mise in zsh and nvim 2025-08-21 05:40:03 +02:00
nvim snippets and gleam 2025-08-31 10:59:37 +02:00
partial Set correct ssh settings for git liten 2025-08-21 22:38:07 +02:00
wezterm nvim colors in wezterm 2024-12-17 02:39:00 +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 Rancher and vesper 2025-05-13 13:02:20 +02: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 store credentials (gitconfig) 2025-08-30 08:47:37 +02:00
justfile Make links a ini file plus lib 2025-01-19 22:43:04 +01:00
links.toml Handle mise in zsh and nvim 2025-08-21 05:40:03 +02: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 fix broken term with ghostty 2025-03-06 15:33:39 +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 rose-pine and new paths 2025-06-09 15:22:24 +02: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/* ]]'})