mirror of https://github.com/einverne/dotfiles.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
617 B
23 lines
617 B
2 years ago
|
- shell:
|
||
|
- 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
|
||
|
|
||
|
- link:
|
||
|
~/.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!"
|