documents

This commit is contained in:
2024-07-15 21:06:01 +03:00
parent acc8cd445c
commit 59d72ea682
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@ ARG NVIM="/nvim-linux64/bin/nvim"
RUN yum install -y wget git npm gcc go unzip
# This part installs my dotfiles.
# If you want to do this with yours, you need to install your configuration files to ~/.config/nvim.
# You also need to make sure to sync your nvim packages, in this case, using lazy.
# downlad neovim binary
RUN wget "https://github.com/neovim/neovim/releases/download/${VERSION}/nvim-linux64.tar.gz"
RUN tar -xvf nvim-linux64.tar.gz