farhansadik / echominal

This script a simple manager for termux. User can use is in a short way. This script is very helpful for beginners
GNU General Public License v3.0
5 stars 0 forks source link

Echominal Settings #18

Closed batasu closed 3 years ago

batasu commented 3 years ago

Task for @squaredevops I'm created env.bash for create a basic environment for test. Install those and tell me about oh-my-zsh font and color path for change. Require Field:

Task for @farhansadik Please implement those :

Task for @batasu After getting output from @squaredevops then I'll implement

squaredevops commented 3 years ago

which information should i provide ? @farhansadik

farhansadik commented 3 years ago

@squaredevops

  1. ls -l
  2. cat .bashrc - just check ccli, it's working or not
  3. cat .zshhrc - just check ccli, it's working or not
  4. try to find Termux Font and Termux Color Scheme script file
squaredevops commented 3 years ago
  1. ls -a
    u0_a85@localhost  ~  ls -a
    .              .cache      .oh-my-zsh                       .viminfo                  .zshrc                          echominal-development
    ..             .config     .suroot                          .zcompdump-localhost-5.8  .zshrc.bak.2021.06.11-16:13:13  termux-ohmyzsh
    .bash_history  .gitconfig  .termux                          .zsh-syntax-highlighting  a
    .bashrc        .log        .termux.bak.2021.06.11-16:13:11  .zsh_history              downloads
  2. bashrc - has ccli
  3. zshrc dosen't have ccli
  4. bash .termux/colors.sh
  5. bash .termux/fonts.sh
  6. zsh style change dosen't work
    
    u0_a85@localhost  ~  bash .oh-my-zsh/tools/theme_chooser.sh
    /data/data/com.termux/files/home/.oh-my-zsh/tools/check_for_upgrade.sh: line 32: syntax error near unexpected token `)'
    /data/data/com.termux/files/home/.oh-my-zsh/tools/check_for_upgrade.sh: line 32: `() {'
    /data/data/com.termux/files/home/.oh-my-zsh/oh-my-zsh.sh: line 21: autoload: command not found
    /data/data/com.termux/files/home/.oh-my-zsh/oh-my-zsh.sh: line 39: syntax error near unexpected token `('
    /data/data/com.termux/files/home/.oh-my-zsh/oh-my-zsh.sh: line 39: `for plugin ($plugins); do'
    u0_a85@localhost  ~  bash .oh-my-zsh/tools/install.sh
    The $ZSH folder already exists (/data/data/com.termux/files/home/.oh-my-zsh).

You ran the installer with the $ZSH setting or the $ZSH variable is exported. You have 3 options:

  1. Unset the ZSH variable when calling the installer: ZSH= sh install.sh
  2. Install Oh My Zsh to a directory that doesn't exist yet: ZSH=path/to/new/ohmyzsh/folder sh install.sh
  3. (Caution) If the folder doesn't contain important information, you can just remove it with rm -r /data/data/com.termux/files/home/.oh-my-zsh
farhansadik commented 3 years ago

@batasu why zshrc dosen't have ccli?

batasu commented 3 years ago

@farhansadik It's because of I've added command before installing oh-my-zsh. Now I fixed it, hope it will work now.

@squaredevops can you tell me, how was ccli ?

squaredevops commented 3 years ago

@batasu ccli work in bash not in zsh echominal settings 1 and 2 dosen't work, because no pause 3 perfectly worked!

farhansadik commented 3 years ago

@squaredevops no pause already exists. I've added a fix try it and let me know ...

squaredevops commented 3 years ago

yes it's worked now! @farhansadik