Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 1.74 KB

File metadata and controls

44 lines (29 loc) · 1.74 KB

personal configuration

This repository contains my personal configuration.

installation

systems that implement the XDG Base Directory Specification

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}"

Windows

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"

other applications

My personal configuration for some applications is in separate repositories: