zshrc moved to nix conf
Some checks are pending
🏠 Home Lab CI/CD Pipeline / 🔍 Validate Configuration (push) Waiting to run
🏠 Home Lab CI/CD Pipeline / 🔨 Build Configurations (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 🔒 Security Audit (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 📚 Documentation & Modules (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 🔄 Update Dependencies (push) Waiting to run
🏠 Home Lab CI/CD Pipeline / 🚀 Deploy Configuration (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 📢 Notify Results (push) Blocked by required conditions
Some checks are pending
🏠 Home Lab CI/CD Pipeline / 🔍 Validate Configuration (push) Waiting to run
🏠 Home Lab CI/CD Pipeline / 🔨 Build Configurations (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 🔒 Security Audit (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 📚 Documentation & Modules (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 🔄 Update Dependencies (push) Waiting to run
🏠 Home Lab CI/CD Pipeline / 🚀 Deploy Configuration (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 📢 Notify Results (push) Blocked by required conditions
This commit is contained in:
parent
61a50dad27
commit
0efcfba0b3
3 changed files with 62 additions and 16 deletions
|
@ -234,7 +234,18 @@ exec gammastep
|
|||
|
||||
* Zsh
|
||||
|
||||
Configuration for zsh.
|
||||
Configuration for zsh is now managed by NixOS configuration in `/home/geir/Home-lab/modules/users/geir.nix`.
|
||||
|
||||
The zsh configuration includes:
|
||||
- History settings (10000 entries)
|
||||
- Shell options (autocd, extendedglob)
|
||||
- Completion system
|
||||
- Emacs-style keybindings
|
||||
- Shell enhancements (starship, direnv, zoxide)
|
||||
- Fun startup message with fortune and cowsay
|
||||
|
||||
#+BEGIN_COMMENT
|
||||
Previous zsh configuration moved to NixOS - keeping for reference:
|
||||
|
||||
#+BEGIN_SRC shell :tangle /home/geir/.config/zsh/.zshrc
|
||||
|
||||
|
@ -257,8 +268,8 @@ eval "$(zoxide init zsh)"
|
|||
|
||||
fortune -s | cowsay -f dragon | clolcat
|
||||
|
||||
|
||||
#+END_SRC
|
||||
#+END_COMMENT
|
||||
|
||||
* Git
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue