Skip to content

Instantly share code, notes, and snippets.

@alejandrobernardis
Last active November 30, 2023 15:51
Show Gist options
  • Save alejandrobernardis/9559aef2718db685a057888d89cbb504 to your computer and use it in GitHub Desktop.
Save alejandrobernardis/9559aef2718db685a057888d89cbb504 to your computer and use it in GitHub Desktop.
NVIM
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