Skip to content

Doneeel/auto-config-termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Bundle of scripts for fast setting up termux dev environment

Chapter 1: ZSH

1.1: Core

  1. Install git: pkg install git -y

  1. Clone this repo: git clone https://github.com/Doneeel/auto-config-termux.git

  1. Give necessary permissions for running prereq file and run it:
chmod +x 0_prereq.sh
./0_prereq.sh

  1. Run first part of zsh installation: ./1_install_zsh.sh

  1. Change default shell to zsh

  1. Run 2nd part of installation: ./2_setting_zsh_up.sh

1.2: Style

  1. Run termux-style for styling terminal: termux-style

  1. Select Colors and Fonts. After that - restart terminal

Chapter 2: NVIM

  1. Now with stylized terminal install nvim

  1. cd to nvim folder of repo, give permissions to install.sh and run it:
chmod +x install.sh
./install.sh

  1. Wait for nvim magic

  1. GG WP