Browse Source

Update termux

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

20
config/termux.conf.yml

@ -1,18 +1,22 @@
- shell:
- description: Clone zinit
quiet: true
command: |
if cd ~/.zinit/bin;
then git pull;
else git clone https://github.com/zdharma-continuum/zinit.git ~/.zinit/bin; fi
- description: backup .termux
command: |
mv "$HOME/.termux" "$HOME/.termux.bak.$(date +%Y.%m.%d-%H:%M:%S)"
- description: install tools
command: |
pkg install -y termux-tools libcurl wget curl openssh vim git zsh unrar unzip less tree htop tsu neofetch fzf ncurses-utils
- termux-reload-settings
- link:
~/.termux:
path: termux/.termux
path: termux/.termux
- shell:
- description: Clone zinit
quiet: true
command: |
if cd ~/.zinit/bin;
then git pull;
else git clone https://github.com/zdharma-continuum/zinit.git ~/.zinit/bin; fi
- chsh -s zsh
- termux-reload-settings
- echo "Done!"
Loading…
Cancel
Save