Skip to content

Instantly share code, notes, and snippets.

@repen
Last active April 3, 2026 18:34
Show Gist options
  • Select an option

  • Save repen/de4e0bd544b03f256d128d67ab7fe98b to your computer and use it in GitHub Desktop.

Select an option

Save repen/de4e0bd544b03f256d128d67ab7fe98b to your computer and use it in GitHub Desktop.
default install utils
sudo apt -y update && apt -y upgrade
sudo apt-get -y install \
vim \
git \
curl \
htop \
jq \
rdiff-backup \
terminator \
sqlite3 \
stress-ng
sudo printf "set nu \nset ts=4 sw=4 \nset expandtab \nset autoindent" > /root/.vimrc
printf "set nu \nset ts=4 sw=4 \nset expandtab \nset autoindent" > ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment