- Introduced a comprehensive tmux configuration file with custom themes, key bindings, and session management options. - Added a lightweight vim configuration file utilizing vim-plug for plugin management, including themes, fuzzy finder, file tree, and editing helpers.
12 lines
192 B
Markdown
12 lines
192 B
Markdown
# Dotfiles
|
|
|
|
Мой репозиторий конфигурационных файлов.
|
|
|
|
## Установка
|
|
|
|
```bash
|
|
git clone <repository-url> ~/.dotfiles
|
|
cd ~/.dotfiles
|
|
stow -t ~ */
|
|
```
|