Last active
April 3, 2026 18:34
-
-
Save repen/de4e0bd544b03f256d128d67ab7fe98b to your computer and use it in GitHub Desktop.
default install utils
This file contains hidden or 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 characters
| 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