aboutsummaryrefslogtreecommitdiff
path: root/nix/machines/darwin-shared.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-10add repomix integrationFranck Cuny1-0/+4
- Install `repomix` via homebrew - Add `llm-bundle` just command and `readme-gen` template - Configure just integration in home config
2025-02-10update some of the macos defaultsFranck Cuny1-10/+22
2025-02-07remove ssh key for github.rbx.comFranck Cuny1-2/+0
2025-02-07add ssh key for github.rbx.comFranck Cuny1-3/+6
2025-02-07add ssh key for github.comFranck Cuny1-0/+4
2025-02-07consolidate homebrew configurationFranck Cuny1-3/+13
uninstall iTerm2 and will replace it with wezterm
2025-01-06back to iterm2Franck Cuny1-0/+1
2025-01-03replace iterm2 with alacrittyFranck Cuny1-1/+0
2025-01-03fewer fontsFranck Cuny1-7/+0
2024-12-25install cascadia fontFranck Cuny1-0/+1
2024-12-25remove emacsFranck Cuny1-1/+0
Will try to go for a few weeks without emacs, and force myself to use VSCode and Zed, and see if they are good replacements.
2024-12-19switch to the newer version of nixfmtFranck Cuny1-4/+14
`nixfmt-rfc-style' replaces `nixfmt-classic'. It's actively maintained, but also changes the style, so this commit touches all the files in the repository.
2024-12-08more refactoringFranck Cuny1-12/+0
2024-12-08refactor overall configurationFranck Cuny1-0/+91
The configuration of the various hosts and home-manager was becoming a bit complex for no valid reasons. Try to simplify this a bit.