Enable build support by adding .onedev-buildspec.yml
README.md Loading last commit info...
setup.py
README.md

Setup Script for Ubuntu

Last Updated

December 25, 2024

Dependencies

  • curl
  • python3

Usage

Run as root:

apt-get update && apt-get install -y curl python3 && \
curl -sS -O https://sh.hongzhengli.com/setup.py && \
python3 setup.py $HOME

Run as user with sudo privileges:

sudo apt-get update && sudo apt-get install -y curl python3 && \
curl -sS -O https://sh.hongzhengli.com/setup.py && \
sudo python3 setup.py $HOME

Description

This script is intended to be used on a fresh Ubuntu installation. It will install the following:

  • pip
  • git
  • zsh
  • Oh My Zsh
  • neovim
  • lazyvim
  • fd-find
  • ripgrep
  • fzf
  • tmux
  • Docker
  • Golang
Please wait...
Page is in error, reload to recover