Bundle of scripts for fast setting up termux dev environment
- Install git:
pkg install git -y
- Clone this repo:
git clone https://github.com/Doneeel/auto-config-termux.git
- Give necessary permissions for running prereq file and run it:
chmod +x 0_prereq.sh
./0_prereq.sh
- Run first part of zsh installation:
./1_install_zsh.sh
- Change default shell to zsh
- Run 2nd part of installation:
./2_setting_zsh_up.sh
- Run termux-style for styling terminal:
termux-style
- Select Colors and Fonts. After that - restart terminal
- Now with stylized terminal install nvim
- cd to nvim folder of repo, give permissions to install.sh and run it:
chmod +x install.sh
./install.sh
- Wait for nvim magic
- GG WP