Skip to content

AzarAI-TOP/astronvim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AstroNvim

NOTE: This is for AstroNvim v4+

the configuration based on a template for getting started with AstroNvim

🛠️ Installation

Make a backup of your current nvim and shared folder

# backup your old configurations
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
# or just delete them
rm ~/.config/nvim ~/.local/{share, state}/nvim ~/.cache/nvim

Install the dependencies

# ripgrep
apt install ripgrep

# lazygit
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | \grep -Po '"tag_name": *"v\K[^"]*')
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/download/v${LAZYGIT_VERSION}/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
tar xf lazygit.tar.gz lazygit
sudo install lazygit -D -t /usr/local/bin/

# bottom
rustup update stable
cargo install bottom

Clone the repository

git clone https://github.com/AzarAI-TOP/astronvim_config ~/.config/nvim

Start Neovim

nvim

About

My Configurations of AstroNvim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages