-
Primero que nada debemos eliminar Termux, y las apps de termux que hayamos instalado anteriormente.
-
Instalamos Termux desde acá
Tenemos que abrir el primer resultado y descargar termux-app_v0.xxx+xxx-github-debug_arm64-v8a
-
También descargamos e instalamos Termux:Styles Rosé Pine
-
Una vez iniciado Termux, mantemos presionado y configuramos el theme Rosé Pine.
-
Vamos atrás,
CHOOSE FONT, y seleccionamos Cartograph CF.
- Instalamos zsh y starship.
pkg i -y git zsh starship neovim exa bat neofetch tmux lf
- Clonamos algunos plugins de oh-my-zsh
No vamos a utilizar oh-my-zsh como framework de zsh, sino que utilizaremos estos plugins como ayuda de starship
git clone https://github.com/zdharma-continuum/fast-syntax-highlighting $HOME/.oh-my-zsh/custom/plugins/fast-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions $HOME/.oh-my-zsh/custom/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions $HOME/.oh-my-zsh/custom/plugins/zsh-completions
- Clonamos la config de tmux:
git clone https://github.com/jimeh/tmux-themepack $HOME/.tmux-themepack
- Clonamos la config de nvchad:
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 ; nvim