A sleek, cyberpunk-inspired Termux/Linux terminal setup featuring Oh My Zsh, Powerlevel10k, and a custom ghost theme.
- 🎨 Tokyo Night color scheme with transparent background
- ⚡ Powerlevel10k prompt for speed and style
- 🔌 Zsh plugins: autosuggestions, syntax highlighting, history search
- 📝 Neovim configured with Lazy.nvim plugin manager
- 🚀 Fastfetch system info with custom styling
- 🎭 Custom ASCII art ghost theme
- 🔧 FiraCode Nerd Font with ligatures and icons
├── bin/
│ └── clear # Custom clear command with ghost theme
├── configs/
│ ├── .zshrc # Zsh configuration
│ ├── .p10k.zsh # Powerlevel10k theme settings
│ ├── fastfetch/
│ │ └── config.jsonc # Fastfetch configuration
│ └── nvim/
│ ├── init.lua # Neovim initialization
│ └── lua/
│ └── plugins.lua # Neovim plugins
├── install-deps.sh # Dependencies installer
└── setup-config.sh # Configuration setup
- Termux (for Android) or Linux system
- Internet connection
- Git (will be installed automatically)
- Clone the repository
git clone https://github.com/Be1l-ai/NEW_TERMUX_CONFIG.git
cd NEW_TERMUX_CONFIG- Install dependencies
chmod +x install-deps.sh setup-config.sh
./install-deps.sh- Setup configurations
./setup-config.sh- Restart Termux/Terminal
exit
# Open Termux/Terminal again- Configure Powerlevel10k (first time only)
p10k configureEdit configs/.zshrc and configs/nvim/init.lua to modify color schemes.
The ghost ASCII art is in:
bin/clear- For custom clear commandconfigs/.zshrc- For startup banner
Edit configs/.zshrc plugins section:
plugins=(
git
zsh-autosuggestions
zsh-syntax-highlighting
# Add your plugins here
)Edit configs/nvim/lua/plugins.lua to add or remove plugins using Lazy.nvim syntax.
Fonts not displaying correctly?
- Make sure FiraCode Nerd Font is installed
- Restart Termux after font installation
- Check: Settings → Display → Font
Powerlevel10k not showing?
- Run
p10k configureto reconfigure - Check
.zshrchasZSH_THEME="powerlevel10k/powerlevel10k"
Plugins not working?
- Make sure plugins are listed in
.zshrc - Run
source ~/.zshrcto reload configuration - Check plugin directories exist in
~/.oh-my-zsh/custom/plugins/
Permission errors during installation?
- On Linux, you may need
sudofor package installation - On Termux, no sudo is needed
Coming soon...
Ghost in Zshell - System online. Ready for commands. 👻