In this guide artix linux will be used as an example :
First install termux-x11 apk file.
pkg install termux-x11-nightlyIn this guide artix linux will be used as an example :
First install termux-x11 apk file.
pkg install termux-x11-nightlyguide moved to readme of https://github.com/NvChad/ui
| #!/bin/bash | |
| # Run the script from home dir | |
| cd ~ | |
| nvim_config="$HOME/.config/nvim" | |
| nvim_data="$HOME/.local/share/nvim" | |
| cp -r "$nvim_config" nvim_bak # backup nvim dir | |
| cp -r "$nvim_config/lua/custom" . |