Commit Graph

3 Commits

Author SHA1 Message Date
Dmitry 2dfbdef85f feat(ssh): update SSH configuration and add new identity files 2026-03-16 17:25:44 +03:00
Dmitry 8414b662da feat(bootstrap): добавить скрипт для установки пакетов и настройки окружения
feat(ssh): обновить конфигурацию SSH с новыми параметрами и удалить устаревшие записи
2026-02-18 14:51:24 +03:00
Dmitry 7a895403cd feat(zsh): modularize Zsh configuration with environment variables, aliases, functions, and plugins
- Create a new Zsh configuration structure under ~/.config/zsh
- Add main .zshrc file to load configurations and plugins
- Implement environment variables in env.zsh
- Define aliases for common commands in aliases.zsh
- Set up completion settings in completion.zsh
- Add custom functions for navigation, file handling, and process management in functions.zsh
- Configure keybindings in keybindings.zsh
- Set shell options in options.zsh
- Load plugins using Zinit in plugins.zsh
- Configure prompt settings in prompt.zsh
- Create a .zshenv file to set ZDOTDIR for Zsh configuration directory
2026-02-17 10:53:02 +03:00