Browse Source

Adjust termux

pull/6/head
Ein Verne 3 years ago
parent
commit
dc488b2c8d
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 6
      config/termux.conf.yml

6
config/termux.conf.yml

@ -5,14 +5,14 @@
if cd ~/.zinit/bin;
then git pull;
else git clone https://github.com/zdharma-continuum/zinit.git ~/.zinit/bin; fi
- termux-setup-storage
- termux-reload-settings
- description: backup .termux
command: |
mv "$HOME/.termux" "$HOME/.termux.bak.$(date +%Y.%m.%d-%H:%M:%S)"
- description: install tools
command: |
pkg install -y libcurl wget curl openssh vim git zsh unrar unzip less tree htop tsu neofetch
pkg install -y libcurl wget curl openssh vim git zsh unrar unzip less tree htop tsu neofetch fzf ncurses-utils
- termux-setup-storage
- termux-reload-settings
- link:
~/.termux:

Loading…
Cancel
Save