Kan`s dotfiles
## Content
* [Project description](#chapter-0)
* [Installation](#chapter-1)
## Project description
Config files for:
* bash
* zsh
* alacritty
* tmux
* ssh
* git
* ranger
* i3
### Prompt
### i3
| Feature | Shortcut |
|:------------------------|:-------------------------------------------------------:|
| Full Screen | PrtScr |
| Selection | Shift + PrtScr |
| Active Window | Super + PrtScr |
| Clipboard Full Screen | Ctrl + PrtScr |
| Clipboard Selection | Ctrl + Shift + PrtScr |
| Clipboard Active Window | Ctrl + Super + PrtScr |
## Installation
```bash
git clone https://github.com/TheK4n/dotfiles
cd dotfiles
make
```