2026-08-01 20:19:36 +03:00
2022-05-24 15:02:12 +03:00
2026-07-17 13:27:03 +03:00
2026-08-01 20:19:36 +03:00
2026-08-01 19:25:18 +03:00
2026-05-23 23:25:14 +03:00
2026-08-01 19:25:18 +03:00
2026-05-22 15:28:08 +03:00
2026-08-01 18:05:49 +03:00
2025-11-13 01:39:22 +03:00
2026-08-01 20:19:36 +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 76%
Lua 19.7%
Nix 1.4%
Python 1.3%
CSS 0.8%
Other 0.7%