This is a file to show commands for copying the relevant theme and zsh-syntax=highlighting plugins
The main zsh plugins are: zsh-syntax-highlighting zsh-autosuggestions :: 34k stars on github; suggests commands as you type based on history and completions; zsh-abbr zsh-completions per-directory-history
STOW As of 2022-03-19 I am using stow to create the symlinks for my dotfiles. See zim-wiki/Computer:LINUX:1Linux Live USB:01installed apps:stow usage -> % stow zsh will create the symlinks for both .zshrc and .zsh_aliases in $HOME
added 2025-02-16 https://github.com/jimhester/per-directory-history.git
Per directory history for zsh, as well as global history, and the ability to toggle between them with ^G.
Use Ctrl-G to toggle using global history ~/REPOS/OUTDOOR/Fuel/gas 42s donagh@donagh-satellitep50c ❯ using local history ~/REPOS/OUTDOOR/Fuel/gas 42s donagh@donagh-satellitep50c ❯
cp ~/PORTABLE_ENV/zsh/crcandy_dm.zsh-theme ~/.oh-my-zsh/themes/
cp -r ~/PORTABLE_ENV/zsh/zsh-syntax-highlighting ~/.oh-my-zsh/plugins/
- crcandy_dm.zsh-theme - Ans: $HOME/.oh-my-zsh/themes and
- zsh-syntax-highlighting - Ans: $HOME/.oh-my-zsh/plugins