Warning: This configuration is default to my personal preferences. Your information such as username, email, etc are going to be different with mine, so go ahead and change those settings on your own before using it.
Important: Don't forget to restart Termux after installation, otherwise some configuration will not work.
- Multi-line Commands
curl --silent https://codeload.github.com/zulfilham/termux_dotfiles/legacy.tar.gz/master | \
tar --recursive-unlink --one-top-level=termux_dotfiles --strip-components=1 --extract --gzip && \
bash termux_dotfiles/install.sh;
rm --force --recursive termux_dotfiles;- Single-line Commands
curl -s https://codeload.github.com/zulfilham/termux_dotfiles/legacy.tar.gz/master | tar --recursive-unlink --one-top-level=termux_dotfiles --strip-components=1 -xz && bash termux_dotfiles/install.sh; rm -fr termux_dotfiles;