Last active
April 7, 2023 13:14
-
-
Save VincenzoLaSpesa/003ec446f9435ec0b12ca51a10ec5da7 to your computer and use it in GitHub Desktop.
Linux base setup
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
| # some stuff i install every time | |
| sudo apt update | |
| sudo apt upgrade | |
| sudo apt install autoconf automake autotools-dev bubblewrap build-essential cmake curl docker.io python3 strace python3-pip | |
| sudo apt install ffmpeg git mc ncurses-base ncurses-bin ncurses-term ninja-build nmap p7zip-full valgrind zsh tmux ne | |
| sudo pip install conan | |
| sudo pip install meson | |
| conan profile detect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment