xxh-shell-zsh icon indicating copy to clipboard operation
xxh-shell-zsh copied to clipboard

Zsh plugins/themes are not copied to remote in seamless mode.

Open hurryman2212 opened this issue 3 years ago • 4 comments

Local OS (where xxh is installed): Xubuntu 22.04 LTS Destination OS: Ubuntu Server 22.04 LTS xxh version: 0.8.10 xxh-plugins installed: xxh-plugin-zsh-ohmyzsh

Steps to Reproduce

  1. run source xxh.zsh vm-test +I xxh-plugin-zsh-ohmyzsh +if +q as the main README.md mentioned.
> echo $ZSH_THEME
powerlevel10k/powerlevel10k
> echo $plugins
command-not-found sudo web-search fast-syntax-highlighting zsh-autosuggestions autojump
> source xxh.zsh vm-test +I xxh-plugin-zsh-ohmyzsh +if +q
/home/jihong_min/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/share/terminfo/a/ansi: No such file or directory
/home/jihong_min/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/share/terminfo/v/vt52: No such file or directory
/home/jihong_min/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/share/terminfo/v/vt200: No such file or directory
/home/jihong_min/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/share/terminfo/v/vt100: No such file or directory
/home/jihong_min/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/share/terminfo/v/vt220: No such file or directory
/home/jihong_min/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/share/terminfo/v/vt102: No such file or directory
/home/jihong_min/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/share/terminfo/l/linux: No such file or directory
/home/jihong_min/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/share/terminfo/d/dumb: No such file or directory
/home/jihong_min/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/share/terminfo/r/rxvt: No such file or directory
/home/jihong_min/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/share/terminfo/x/xterm-xfree86: No such file or directory
/home/jihong_min/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/share/terminfo/x/xterm: No such file or directory
/home/jihong_min/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/share/terminfo/x/xterm-color: No such file or directory
/home/jihong_min/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/share/terminfo/s/screen: No such file or directory
/home/jihong_min/.xxh/.xxh/shells/xxh-shell-zsh/build/zsh-bin/share/terminfo/s/sun: No such file or directory
[oh-my-zsh] plugin 'fast-syntax-highlighting' not found
[oh-my-zsh] plugin 'zsh-autosuggestions' not found
[oh-my-zsh] autojump not found. Please install it first.
[oh-my-zsh] theme 'powerlevel10k/powerlevel10k' not found
vm-test% 

For community: ⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment

hurryman2212 avatar Jul 21 '22 19:07 hurryman2212

Try to use https://github.com/xxh/xxh-plugin-zsh-powerlevel10k

anki-code avatar Jul 22 '22 07:07 anki-code

Try to use https://github.com/xxh/xxh-plugin-zsh-powerlevel10k

I'm kinda lost here but is it working as intended by its design? Does current xxh NOT copy local user's custom plugin/theme directories and ~/.zshrc to the remote in seamless mode? Is it because the target remote architecture might be different from the host? Is there any way (option) that forces xxh seamless mode to copy local directories and settings?

hurryman2212 avatar Jul 23 '22 02:07 hurryman2212

is there an update on this ? I have the same issue

miiraheart avatar Jul 09 '24 15:07 miiraheart

By default there is no blind-full copying the files from local to remote.

I saw the xxh-plugin for just copying from an xxh user before. Try to find "xxh dotfiles" or something like this.

anki-code avatar Jul 09 '24 15:07 anki-code