Commit Graph

13 Commits

Author SHA1 Message Date
Dmitry 9b3c8a8b46 fix(ssh): update IdentityFile paths and correct HostName for git.ada-dev.ru
feat(zsh): source environment variables from local bin directory
2026-03-24 18:15:00 +03:00
Dmitry b60e4fa743 backup: 2026-03-24 18:08 2026-03-24 18:08:29 +03:00
Dmitry 94d03d41e3 feat(restic): add local mirror configurations for projects, vaults, and pictures
feat(ssh): update port for vps host and fix IdentityFile paths in proxy configuration
2026-03-18 15:47:09 +03:00
Dmitry 162dc556e7 feat(ssh): remove IdentityFile entries from corporate SSH config 2026-03-16 17:26:35 +03:00
Dmitry 2dfbdef85f feat(ssh): update SSH configuration and add new identity files 2026-03-16 17:25:44 +03:00
Dmitry 9e6122fcfa feat(ssh): remove ssh-proxy-toggle script and add sshp-fg alias for SSH proxy 2026-03-14 23:38:07 +03:00
Dmitry 830bcff12d feat(nixos): add QEMU/KVM guest support and update VirtualBox documentation 2026-03-12 16:31:43 +03:00
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