Kan`s dotfiles

TheK4n project

## Content * [Project description](#chapter-0) * [Installation](#chapter-1) ## 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` ```sh echo "Hello $USER!" ``` ## Installation ```sh 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