personal setup for shell/nvim etc.
zsh
is used, with ohmyzsh
- zsh-auto-suggestions (need clone github)
ln -s ~/setup/tmux.conf ~/.tmux.conf
ln -s ~/setup/nvim ~/.config/nvim
ln -s ~/setup/zshrc ~/.zshrc
##misc:
- lazy.nvim has issue with using fzf native with telescope. solution
cd ~/.local/share/nvim/lazy/telescope-fzf-native.nvim cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release cmake --build build --config Release