14 Commits

Author SHA1 Message Date
Jens Luedicke
7a71f61dab Set aliases for emacsclient
* modified: zshrc
2026-01-27 12:17:46 +01:00
Jens Luedicke
84387724bc Fix: Exclude Oh My Zsh test files from being sourced
- Explicitly list Oh My Zsh lib files to load, excluding tests/cli.test.zsh
- Prevents test output from being displayed when sourcing zshrc
- All functionality remains intact

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-15 17:11:35 +02:00
Jens Luedicke
0db89f0991 Replace Oh My Zsh direct loading with Sheldon plugin manager
- Add Sheldon configuration in sheldon/plugins.toml
- Configure Sheldon to manage Oh My Zsh library and plugins
- Load Spaceship prompt, 14 OMZ plugins, and custom plugins via Sheldon
- Simplify zshrc by moving plugin configuration to Sheldon
- Keep OMZ compatibility variables for plugin functionality
- Improve startup performance with Sheldon's caching

Benefits:
- Faster shell startup with cached plugin loading
- Better dependency management through git submodules
- Cleaner separation of concerns (plugins.toml vs zshrc)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-15 17:08:31 +02:00
88e01e8261 Add zsh-autosuggestions and zsh-syntax-highlighting as git submodules
- Added both plugins as git submodules in zsh/custom-plugins/
- Created symlinks in oh-my-zsh custom plugins directory
- Plugins are now properly managed and will work with the existing oh-my-zsh setup

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-15 13:54:10 +02:00
Jens Luedicke
04c1a15293 Add Oh My Zsh as git submodule with enhanced plugin configuration
- Add Oh My Zsh as submodule at zsh/oh-my-zsh
- Update ZSH path to use dotfiles submodule
- Add 14 useful plugins including autosuggestions, syntax highlighting, docker, tmux, and z
- Configure Oh My Zsh settings (disable auto-update, enable correction, etc.)
- Add plugin customizations for autosuggestions and history-substring-search
- Integrate Spaceship prompt with Oh My Zsh

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-15 13:43:49 +02:00
Jens Luedicke
0b32452a6c Add spaceship configuration 2025-10-08 14:31:52 +02:00
f10ae6155f Add zshrc configuration for broot
* modified: zshrc
2025-09-30 10:51:16 +02:00
fd3f91ed32 Merge branch 'master' of https://github.com/nullmedium/dotfiles 2025-09-25 13:14:59 +02:00
cf03a5b764 Change timestamp color
* modified: zsh/zshrc
2025-09-25 13:11:34 +02:00
Jens Luedicke
d0fc0506b0 Merge branch 'master' of github.com:nullmedium/dotfiles 2025-09-25 13:07:11 +02:00
Jens Luedicke
fa523f580c Keep zsh history 2025-09-25 13:05:05 +02:00
f7953242b8 Fix issue with symlink dir 2025-09-23 07:50:33 +02:00
Jens Luedicke
806fb003be Update shell configuration to consider macOS and Linux 2025-09-22 13:36:07 +02:00
c7bbc68a92 Add initial configuration (rcm and zsh) 2025-09-21 09:34:34 +02:00