LITMux - Termux made LIT AF!
This is a simple, personal bootstrap script for Termux to switch away from the boring BASH shell it comes with as the default.
- A minimal ZSh setup, consisting of:
- Ultra-flexible and fast plugin manager, compatible with most of the plugins in the wild.
- A really fast and reliable syntax-highlighter.
- Reliable shell completions and automatic suggestions.
- A color-scheme chooser with large library of themes (Ported from Gogh, and hosted here by yours truly).
- A huge library of fonts from the Nerd Fonts project.
- The fast, powerful, and highly customizable powerlevel10k theme.
- A device running Android 5.0 or above. (Recommended to have Android 7.0+ coz of this)
- Termux app, duh. (Install from Google Play or F-Droid)
Installing this is as easy as running the command below in Termux.
bash -c "$(curl -fsSL https://git.io/Jei6P)"
Don't worry, the existing .zshrc
file will be backed up in your storage for later. You can find it in the backup
directory at the location below.
Internal Storage (
/sdcard
[or]/storage/emulated/0
) ->LITMux
->backup
->zshrc.bak
- Customize your prompt (powerlevel10k wizard)
p10k configure
- Change color schemes
lit-colors
- Change terminal font
lit-fonts
- Cabbagec for his termux-ohmyzsh script.
- The contributors of the ZInit framework to maintain such an awesome project.
- All of the color schemes are ported by me from Gogh, they deserve their kudos.
- The Nerd Fonts project, for the awesome fonts.
- romkatv for the awesome powerlevel10k theme for ZSH.