dotfiles
my dotfiles/scripts; cross-platform (linux (arch), macos, android (termux), windows (WSL))
Shell★ 54
Make termux a better looking and much more functional terminal
git clone https://github.com/Sohil876/Termux-zsh.gitSohil876/Termux-zsh~/.termux/ directory to change color schemes and fonts in termux easily.alias-finder command-not-found git node npm zsh-autosuggestions zsh-syntax-highlighting, to check their usage and more available plugins Go Herebindkey -s "^o" "lfcd\C-m" in ~/.zshrc file and just change lfcd to lf in there).~/.zshrc file here export VISUAL="micro".allow-external-apps and make sure it's set to true in ~/.termux/termux.properties, However keep in mind that any app that supports this functionality can then automatically execute commands in termux so its very unsafe and should be only set to true when necessary.OhMyZsh/custom_aliases.zsh before installing termux-zsh, or in ~/.oh-my-zsh/custom/custom_aliases.zsh after installing it.commit aliases of git plugin now use verbose flags for some reason, that ends up inserting huge verbose diff in commit message, if you don't want that behaviour for any git commit aliases you can re set them as specified in above note in the custom_aliases.zsh file, im overriding gc alias in there by default to remove the verbose flag, you can use that as example and set yours in that file, you need to reload (omz reload) or restart termux after setting them.color-changer alias to change color scheme and font-changer alias to change font easily.pkg update , you can answer Y to any prompts afterwards if its a clean termux install.pkg install git then clone this repo and cd to dir git clone https://github.com/Sohil876/Termux-zsh.git && cd Termux-zshbash setup.shomz update command in termux to update OhMyZsh framework/plugins manually to latest versions, by default it will prompt you automatically if it finds any update available.p10k-update command in termux to check and update powerlevel10k theme to latest version, this has to be done manually.custom-plugins-update command in termux to check and update all plugins installed in ~/.oh-my-zsh/custom/plugins directory to latest versions (they need to be a git repo), this has to be done manually.more like this
my dotfiles/scripts; cross-platform (linux (arch), macos, android (termux), windows (WSL))
Improved Terminal Experience with Oh My Zsh, iTerm2, PowerLevel10K
search projects, people, and tags