1
0
Fork 0
My personal configuration files.
Find a file
2025-12-24 15:38:22 +00:00
bin/.local/bin Minor updates 2025-12-12 23:03:38 +00:00
clojure Update Vim plugins, Clojure tools and enable SSH key signing in Git 2025-12-07 01:54:41 +00:00
common-lisp Improve SBCL config 2022-03-25 13:57:57 +00:00
dns Update Vim plugins and DNS hosts file 2024-02-17 20:57:09 +00:00
fish/.config/fish Use a more minimal prompt for Fish (similar to my Bash prompt) 2025-10-09 01:01:12 +01:00
ghostty/.config/ghostty Refactor tmux-project script + minor doc updates 2025-10-12 01:49:19 +01:00
git/.config/git Update Vim plugins, Clojure tools and enable SSH key signing in Git 2025-12-07 01:54:41 +00:00
mise/.config/mise Minor config updates 2025-12-24 15:38:22 +00:00
neovim/.config Use Vim as the base config and extend it for Neovim 2025-01-25 16:12:24 +00:00
shell Minor updates 2025-12-12 23:03:38 +00:00
vim/.vim Minor config updates 2025-12-24 15:38:22 +00:00
vscode Misc. config updates 2025-10-03 02:17:29 +01:00
.gitattributes Remove Ascribe 2023-09-28 23:18:03 +01:00
.gitignore Vim config updates + more 2025-10-22 01:12:41 +01:00
.gitmodules Initial version of Vim file link follower 2025-10-31 00:25:36 +00:00
.mailmap Add .mailmap file, update Vim plugins and add an execline Vim plugin 2025-08-13 21:43:48 +01:00
COPYING Switch from the Unlicence to CC0 2019-04-21 18:34:43 +01:00
README.md Misc. config updates 2025-10-23 17:50:46 +01:00
TODO Update Vim plugins, Clojure tools and enable SSH key signing in Git 2025-12-07 01:54:41 +00:00

dotfiles

Image of Vim config

The above image shows my Vim configuration. The colour scheme is Raider.vim.

These configuration files are managed using GNU Stow (stow(8)).

# Clone this repo
git clone <url> --recurse-submodules

# Restore Vim plugins
git submodule init
git submodule update

# Add Vim plugins
git submodule add -f <url> vim/.vim/pack/core/.../...

# Update Vim plugins
git submodule-pull

# Remove Vim plugins
git submodule-purge vim/.vim/pack/core/.../...

No Rights Reserved.

All source code, documentation and associated files packaged in this repository are dedicated to the public domain, unless otherwise stated. A full copy of the CC0 (Creative Commons Zero v1.0 Universal) public domain dedication should be provided in the COPYING file.