https://github.com/linuxmobile/termux-dots
🦄 Esta es mi config de Termux, para poder programar con comodidad!
https://github.com/linuxmobile/termux-dots
Last synced: 6 months ago
JSON representation
🦄 Esta es mi config de Termux, para poder programar con comodidad!
- Host: GitHub
- URL: https://github.com/linuxmobile/termux-dots
- Owner: linuxmobile
- License: gpl-3.0
- Created: 2022-07-05T15:15:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T13:44:24.000Z (about 3 years ago)
- Last Synced: 2025-07-20T07:58:19.124Z (6 months ago)
- Language: Shell
- Size: 1.78 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Configurando Termux para Programador Fullstack:
### Instalando Termux y addons:
1. *Primero que nada debemos eliminar Termux, y las apps de termux que hayamos instalado anteriormente.*
2. Instalamos Termux desde [acá](https://github.com/termux/termux-app/actions/workflows/debug_build.yml)
*Tenemos que abrir el primer resultado y descargar `termux-app_v0.xxx+xxx-github-debug_arm64-v8a`*
3. También descargamos e instalamos [Termux:Styles Rosé Pine](https://github.com/rose-pine/termux-styling/releases/download/v0.30-2/app-debug.apk)
4. Una vez iniciado Termux, mantemos presionado y configuramos el theme *Rosé Pine*.
5. Vamos atrás, `CHOOSE FONT`, y seleccionamos _Cartograph CF_.
### Instalando paquetes útiles:
1. Instalamos zsh y starship.
`pkg i -y git zsh starship neovim exa bat neofetch tmux lf`
2. 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`
2. Clonamos la config de tmux:
`git clone https://github.com/jimeh/tmux-themepack $HOME/.tmux-themepack`
3. Clonamos la config de nvchad:
`git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 ; nvim`