This repository contains my personal configuration.
On systems that implement the XDG Base Directory Specification, check out this repository at the path denoted by the environment variable XDG_CONFIG_HOME
, if that environment variable is set, or ${HOME}/.config
, where ${HOME}
stands for the value of the environment variable HOME
.
Do so by executing the following command with a POSIX shell:
git clone -- https://codeberg.org/djsp/dotfiles.git "${XDG_CONFIG_HOME:-${HOME}/.config}"
On Windows, check out this repository by executing the following command with cmd.exe:
git -c core.autocrlf=false clone -- https://codeberg.org/djsp/dotfiles.git "%USERPROFILE%/.config"
My personal configuration for some applications is in separate repositories: