/dotfiles

My personal configuration files.

Primary LanguageShellCreative Commons Zero v1.0 UniversalCC0-1.0

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> neovim/.config/nvim/pack/core/.../...

# Update Vim plugins
git submodule update --remote --merge

# Remove Vim plugins
git submodule deinit -f neovim/.config/nvim/pack/core/.../...
git rm -f !$
rm -rf .git/modules/!$

Legal

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.