Commit Graph

19 Commits

Author SHA1 Message Date
Dmitry 9285660f27 backup: 2026-04-11 13:47 2026-04-11 13:47:41 +03:00
Dmitry c4cc52f73d backup: 2026-04-06 16:24 2026-04-06 16:24:25 +03:00
Dmitry 0b34650704 backup: 2026-04-04 12:48 2026-04-04 12:48:23 +03:00
Dmitry 6b0c808d97 backup: 2026-04-02 09:22 2026-04-02 09:22:24 +03:00
Dmitry b9eed82e8d backup: 2026-03-30 19:25 2026-03-30 19:25:46 +03:00
Dmitry 85a7bb836a backup: 2026-03-28 23:35 2026-03-28 23:35:19 +03:00
Dmitry 1c7620805f fix(env): comment out env file sourcing in .zshrc and remove trailing newline in env.zsh 2026-03-25 08:33:42 +03:00
Dmitry a542a34c32 fix(aliases): update gbackup alias to handle upstream push errors gracefully 2026-03-24 20:25:56 +03:00
Dmitry 07dfb2136f feat(aliases): update gbackup alias to push changes to upstream 2026-03-24 18:53:22 +03:00
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 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 dfdef1c493 feat(bootstrap): add additional packages for installation and enhance proxy aliases 2026-03-04 15:06:34 +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 296a6985b1 feat(zsh): add activate function for virtual environment management 2026-03-02 13:15:07 +03:00
Dmitry fb1d2e4ab7 feat(alacritty): обновить конфигурацию терминала и шрифтов, добавить поддержку перезагрузки конфигурации
feat(zsh): обновить конфигурацию Powerlevel10k и убрать лишнюю строку из .zshrc
fix(bootstrap): изменить права доступа к скрипту установки
2026-02-20 09:13:42 +03:00
Dmitry 28589a2b12 Meow 2026-02-19 22:10:54 +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