Commit Graph

6 Commits

Author SHA1 Message Date
Dmitry 3dae3163ee feat(restic): update backup profiles and ignore patterns for improved organization
fix(ssh): clean up whitespace in SSH configuration files
feat(zed): enhance Zed settings with new configurations and improved defaults
fix(zsh): remove unused editor aliases for cleaner alias management
2026-03-04 12:48:58 +03:00
Dmitry 5879e630b7 ssh fix 2026-03-02 14:33:40 +03:00
Dmitry 0ceda06553 fix(ssh): update user and host configurations in SSH config files 2026-03-02 14:29:45 +03:00
Dmitry 8414b662da feat(bootstrap): добавить скрипт для установки пакетов и настройки окружения
feat(ssh): обновить конфигурацию SSH с новыми параметрами и удалить устаревшие записи
2026-02-18 14:51:24 +03:00
Dmitry a1a0c6ff63 feat(configs): обновление конфигураций Privoxy и добавление жесткого ограничения SSH 2026-02-18 14:14:28 +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