My actual configuration for Linux and Windows, managed by chezmoi.
This repository contains configuration for:
- Chezmoi
- Bat
- Fastfetch
- Git
- Kitty
- Lazygit
- Nano
- Glow
- Ripgrep
- Tmux
- Zsh
All inside the default XDG_CONFIG_HOME
directory, ~/.config
.
The etc
folder contains some configuration for running OpenSSH.
First install chezmoi and run the following commands:
# Download the config and initialize chezmoi to use this config
chezmoi init wushenrong
# Apply the config
chezmoi apply
This most of the configuration is licensed under the BSD Zero Clause License
using SPDX expressions. Except for external git modules
which are under their own licenses. The Zsh configuration is based on the
antidote sample configuration, which is under the MIT License. And
the VSCode_Dark
theme for Kitty by huabeiyou which is the MIT License. Check
for SPDX expressions for which license the configuration is under or use the
REUSE tool and run reuse spdx
to get a bill of
materials.