https://github.com/minchinweb/dotfiles-termux
https://github.com/minchinweb/dotfiles-termux
homeshick-compatible-dotfiles
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/minchinweb/dotfiles-termux
- Owner: MinchinWeb
- Created: 2017-12-29T02:54:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T01:40:33.000Z (over 1 year ago)
- Last Synced: 2025-02-26T02:32:53.093Z (over 1 year ago)
- Topics: homeshick-compatible-dotfiles
- Language: Shell
- Size: 364 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dotfiles
========
These are machine-specific dotfiles, managed by [homeshick](https://github.com/andsens/homeshick).
Termux is a terminal emulator + environment, running as an app on Android.
See for base configuration repo and installation instructions.
`tput` (required for *liquid prompt*) is available as park of the `ncurses-utils` package.
pkg install ncurses-utils
This also includes configuration for ZSH, but that will need to be install separately:
pkg install zsh
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
chsh
And answer the prompt with `zsh`, and then start a new session.