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

kalrish/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

personal configuration

Topics

Resources

Stars

Watchers

Forks