Skip to content

Commit

Permalink
termux install
Browse files Browse the repository at this point in the history
  • Loading branch information
labianchin committed Jul 30, 2017
1 parent b6913f5 commit 4ff36cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ install_tmux_tpm() {
is_termux && find "$HOME/.tmux" -type f -executable -exec termux-fix-shebang {} \;
}

termux_install() {
apt install openssh coreutils tmux neovim git curl zsh fzf \
tar less grep ncurses-utils silversearcher-ag bash jq tig findutils sed ncdu python dnsutils
}

osx_install() {
bash "$DIR/osx/bundle/install.sh" || true
Expand Down

0 comments on commit 4ff36cd

Please sign in to comment.