Skip to content

Instantly share code, notes, and snippets.

@alejandrobernardis
Last active November 30, 2023 15:51

Revisions

  1. alejandrobernardis revised this gist Nov 30, 2023. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.sh
    Original 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 whet go -y
    dnf groupinstall "Development Tools" "Development Libraries"
    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
    '
  2. alejandrobernardis renamed this gist Nov 30, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt → gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    podman run -w /root -ti --rm debian:latest sh -uelic '
    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
  3. alejandrobernardis created this gist Nov 30, 2023.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original 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
    '