In this guide artix linux will be used as an example :
First install termux-x11 apk file.
pkg install termux-x11-nightly
In this guide artix linux will be used as an example :
First install termux-x11 apk file.
pkg install termux-x11-nightly
guide 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" . |