Find a file
Oliver Davies 2fbf67507f git: use difftastic by default
As described in
https://difftastic.wilfred.me.uk/git.html#difftastic-by-default, the
`--ext-diff` option needs to be used for difftastic to be used on
commands other than `git diff`, such as `git show` or `git log`.

> This only applies to git diff. For other git commands, you still need
to specify --ext-diff, or use an alias as described above.

```shell
$ git diff
$ git show HEAD --ext-diff
$ git log -p --ext-diff
```

> Conversely, if you need to copy/paste a diff in the standard diff
format, you can use git diff --no-ext-diff.
2024-07-09 14:15:46 +01:00
bin Flatten Code directories 2024-07-06 02:21:40 +01:00
config awesome: add space between keybindings 2024-07-06 02:21:40 +01:00
lib git: use difftastic by default 2024-07-09 14:15:46 +01:00
.envrc Use direnv 2024-02-13 21:32:44 +00:00
.gitignore build: ignore Nix files and directories 2023-11-07 09:10:40 +00:00
.markdownlint.yaml Update CHANGELOG 2024-06-11 22:14:50 +01:00
CHANGELOG.md Add move-firefox-screenshots script 2024-06-12 09:01:46 +01:00
flake.lock Update opdavies-nvim 2024-07-08 16:53:43 +01:00
flake.nix Replace justfile with run 2024-07-08 22:13:06 +01:00
logo.txt feat(zsh): show ASCII logo in a new terminal 2023-08-12 19:53:07 +01:00
README.md docs(README): add Dan Leech dotfiles link 2023-11-24 18:31:09 +00:00
run Replace justfile with run 2024-07-08 22:13:06 +01:00
stylua.toml style(nvim): run stylua 2023-09-04 11:05:13 +01:00

dotfiles

Cross-platform development environments for opdavies using Nix, NixOS and Home Manager.

Why did you move from Ansible?

TBD.

Why NixOS?

TBD.

Why Home Manager?

TBD.

NixOS vs WSL2 (Windows)

TBD.

Inspiration