Last active
November 30, 2023 15:51
-
-
Save alejandrobernardis/9559aef2718db685a057888d89cbb504 to your computer and use it in GitHub Desktop.
NVIM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
podman run -w /root -ti --rm fedora:39 sh -uelic ' | |
dnf update -y && dnf install neovim bat git tree nodejs lua wget go -y | |
dnf groupinstall "Development Tools" "Development Libraries" -y | |
git clone https://github.com/NvChad/NvChad ~/.config/nvim | |
nvim | |
' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment