Skip to content

Instantly share code, notes, and snippets.

@Ash-Crow
Last active November 7, 2020 11:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ash-Crow/9e9c726a51bbcb645a2e to your computer and use it in GitHub Desktop.
Save Ash-Crow/9e9c726a51bbcb645a2e to your computer and use it in GitHub Desktop.
Paramétrage PC Ubuntu
# Add the necessary repository, update, upgrade, install new software
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" && sudo apt update
sudo apt dist-upgrade
sudo apt install chromium-browser curl pdfshuffler vlc git gimp gnome-tweak-tool vim grc icedtea-netx openjdk-11-jre openjdk-11-jdk openjfx tree flashplugin-installer guake python3-pip python3-venv
sudo apt autoremove
# Useful admin account settings
cd
git clone https://github.com/nojhan/liquidprompt.git
source liquidprompt/liquidprompt
echo -e "\n# Only load Liquid Prompt in interactive shells, not from a script or from scp\n[[ \$- = *i* ]] && source ~/liquidprompt/liquidprompt" >> .bashrc
echo "syntax on" >> .vimrc
@Ash-Crow
Copy link
Author

Puis créer les comptes utilisateurs.

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