2026-04-18 12:03:48 +03:00
2022-05-24 15:02:12 +03:00
2025-11-26 23:44:48 +03:00
2026-04-18 12:03:48 +03:00
2026-04-15 13:38:14 +03:00
2024-12-18 23:59:33 +03:00
2026-02-19 23:08:44 +03:00
2025-03-25 11:25:05 +03:00
2025-11-13 01:39:22 +03:00

Kan`s dotfiles

TheK4n project

Content

Project description

Config files for:

  • zsh
  • alacritty
  • tmux
  • ssh
  • git
  • ranger
  • sway
  • vim
  • nvim

Prompt

Prompt

You can add your files to the ~/.config/zsh/zshrc.d directory for zsh so that they automatically run in ascending order when you open a terminal.
Example:
~/.config/zsh/zshrc.d/01_hello.sh

echo "Hello $USER!"

Installation

git clone https://github.com/TheK4n/dotfiles
cd dotfiles
./install zsh nvim ...

Installation script

Per-user dotfiles "package" manager

Features

  1. Installing files from dotfiles/home/user to $HOME
  2. Uninstalling installed files
  3. Check installation integrity
  4. Transaction based installation
  5. Does not overwrite your configs

Description
Languages
Shell 79.6%
Lua 18.2%
Python 1.4%
Ruby 0.7%