https://github.com/veha0001/omvastron
AstroNvim template theme like lazyvim with ❤️. Good in Termux
https://github.com/veha0001/omvastron
astronvim nvim-dotfiles termux
Last synced: about 1 year ago
JSON representation
AstroNvim template theme like lazyvim with ❤️. Good in Termux
- Host: GitHub
- URL: https://github.com/veha0001/omvastron
- Owner: Veha0001
- Created: 2025-04-27T09:30:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-01T13:17:14.000Z (about 1 year ago)
- Last Synced: 2025-06-01T15:16:53.116Z (about 1 year ago)
- Topics: astronvim, nvim-dotfiles, termux
- Language: Lua
- Homepage: https://astronvim.com/
- Size: 159 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# omvAstron
My template for getting started with [AstroNvim](https://github.com/AstroNvim/AstroNvim).
## Make a backup of your current nvim and shared folder
```shell
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak
```
## 🛠️ Installation
### Termux
Run the following command to install the necessary packages in Termux:
```bash
apt update && apt upgrade
apt install termux-api python neovim git nodejs-lts fd ripgrep ruff rust stylua luarocks lua-language-server fzf clang termux-tools lazygit
```
[Get more details](https://docs.astronvim.com/)
> [!TIP]
> Install [NerdFonts](https://nerdfonts.com) for best theme icons.
>
> To get clipboards to device, install [Termux:API]() for Termux. But not required for **Termux googleplay**.
### Clone the repository
**UNIX/LINUX**
```bash
git clone https://github.com/Veha0001/omvAstron ~/.config/nvim
```
**WINDOWS**
```shell
git clone https://github.com/Veha0001/omvAstron $ENV:LOCALAPPDATA/nvim
```
### Then you start nvim.
You need a good network to clone a lot of plugins at the time.
Else you will get some errors.