Skip to content

Instantly share code, notes, and snippets.

@bossjones
Created June 23, 2025 02:10
Show Gist options
  • Save bossjones/949af2fcbad8a5317516e7dc35c0bf09 to your computer and use it in GitHub Desktop.
Save bossjones/949af2fcbad8a5317516e7dc35c0bf09 to your computer and use it in GitHub Desktop.
zsh-dotfiles-oracle-linux.md - security onion

23 sudo dnf -y install dnf-plugins-core 24 sudo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo 25 sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin sudo systemctl enable --now docker

as non root user:

sudo usermod -aG docker $USER

@bossjones
Copy link
Author

export LUNARVIM_LOG_LEVEL="debug"
export LV_BRANCH="release-1.4/neovim-0.9"
curl -s "https://raw.githubusercontent.com/LunarVim/LunarVim/${LV_BRANCH}/utils/installer/install.sh" | bash -s -- --install-dependencies -y
curl -L 'https://raw.githubusercontent.com/bossjones/lunarvim-config/main/config-simple.lua' > ~/.config/lvim/config.lua
lvim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment