Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2kabhishek/termux2k
CLI Dev Setup in Your Hands ✋📱
https://github.com/2kabhishek/termux2k
android dotfiles dotfiles-linux neovim poweruser terminal termux vim zsh
Last synced: 1 day ago
JSON representation
CLI Dev Setup in Your Hands ✋📱
- Host: GitHub
- URL: https://github.com/2kabhishek/termux2k
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2019-11-02T18:02:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T22:41:59.000Z (11 days ago)
- Last Synced: 2024-11-03T23:25:06.332Z (11 days ago)
- Topics: android, dotfiles, dotfiles-linux, neovim, poweruser, terminal, termux, vim, zsh
- Language: Shell
- Homepage:
- Size: 2.81 MB
- Stars: 132
- Watchers: 7
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
My personal configs, carefully and passionately crafted for setting up an optimal CLI dev experience on the go.
Bootstraps `termux` with `oh-my-zsh`, custom `p10k` prompt, `neovim`, `tmux`, `ranger` & `powerline` fonts and a bunch of other useful CLI tools and configs.
## Inspiration
Wanting a super portable CLI dev setup.
## Setup
```bash
git clone https://github.com/2kabhishek/termux2k
cd termux2k# Menu based interactive setup
./setup.sh# Setup everything unattended
./setup.sh -a
```### Next Steps
You can follow the instructions from [dots2k](https://github.com/2kabhishek/dots2k?tab=readme-ov-file#next-steps) to setup termux2k.
## How it was built
termux2k was built using bits and pieces from my [dots2k](https://github.com/2kabhishek/dots2k), repurposed and tweaked to fit the android use case
## Challenges faced
Finding workarounds for a few things on `termux` was a bit challenging.
## What I learned
I learned about writing good cross-platform bash scripts and learned a lot about making flexible configs and making them as easy to setup as possible.
## What's next
Planning to add more tools, better management, always updating.
Hit the ⭐ button if you found this useful.
## More Info
Want the complete CLI experience on your workstation too? Have a look at [dots2k](https://github.com/2kabhishek/dots2k)
Looking for my `neovim` configs? See [nvim2k](https://github.com/2kabhishek/nvim2k)
Looking for my `tmux` theme? See [tmux2k](https://github.com/2kabhishek/tmux2k)
Find more cool configs and setups at [GitHub does Dotfiles](https://dotfiles.github.io/)