Skip to content

zulfilham/termux_dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termux dotfiles

Termux Customized

Installation

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;

About

Personal Termux configurations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •