Last active
November 30, 2023 15:51
Revisions
-
alejandrobernardis revised this gist
Nov 30, 2023 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ 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 ' -
alejandrobernardis renamed this gist
Nov 30, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ podman run -w /root -ti --rm fedora:39 sh -uelic ' dnf update -y && dnf install neovim bat git tree nodejs lua whet go -y dnf groupinstall "Development Tools" "Development Libraries" git clone https://github.com/NvChad/NvChad ~/.config/nvim -
alejandrobernardis created this gist
Nov 30, 2023 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ podman run -w /root -ti --rm debian:latest sh -uelic ' dnf update -y && dnf install neovim bat git tree nodejs lua whet go -y dnf groupinstall "Development Tools" "Development Libraries" git clone https://github.com/NvChad/NvChad ~/.config/nvim nvim '