1
0
Fork
You've already forked dotfiles
0
No description
  • Makefile 60.1%
  • Shell 39.9%
Find a file
2026年01月24日 19:39:17 +01:00
.github/workflows Create .github/workflows/test.yml 2022年05月27日 23:35:25 +02:00
AppData/Microsoft.WindowsTerminal Update settings.json 2023年06月17日 10:09:48 +02:00
dotfiles Support guix and change prompt colours 2026年01月24日 19:39:17 +01:00
.gitattributes Create .gitattributes .gitignore 2022年05月27日 19:00:16 +02:00
.gitignore Create .gitattributes .gitignore 2022年05月27日 19:00:16 +02:00
Makefile Update Makefile (mqttui) 2023年06月05日 09:30:34 +02:00
README.md Update README.md 2022年05月27日 23:33:50 +02:00

dotfiles

These are my dotfiles. Setup is done by symbolic links, either manually or via Make. Repo is a work in progress.

Notes

gitdir

The script gitdir.sh depends on an environment variable GITDIR. This variable can be set via the gitdir make recipe, or manually in ~/.env.

.gitconfig

The enclosed .gitconfig-base is not automatically detected by Git, and has to be referenced in your actual .gitconfig to have any effect, like so:

[include]
	path = ~/.gitconfig-base

This section should be put at the very top of the .gitconfig, so that all values below overwrite the baseline settings in .gitconfig-base.