2024-10-09 11:41:17 +03:00
2022-05-24 15:02:12 +03:00
2024-05-13 16:36:50 +03:00
2024-05-23 22:16:23 +03:00
2024-10-09 11:41:17 +03:00
2024-07-23 00:17:41 +03:00
2023-12-12 11:55:51 +03:00
2024-05-23 16:03:27 +03:00
2024-09-02 16:25:04 +03:00
2024-04-25 09:04:09 +03:00

Kan`s dotfiles

TheK4n project

Content

Project description

Config files for:

  • bash
  • zsh
  • alacritty
  • tmux
  • ssh
  • git
  • ranger
  • i3
  • vim
  • nvim

Prompt

Prompt

You can add your files to the ~/.config/bash/bashrc.d directory for bash or ~/.config/zsh/zshrc.d directory for zsh so that they automatically run in ascending order when you open a terminal.
Example:
~/.config/bash/bashrc.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

Dependencies

  • bash
  • coreutils
  • diffutils
  • grep

Optional dependencies

  • git
  • wget
  • unzip

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