basic-install 485 B

1234567891011121314151617
  1. #!/usr/bin/fish
  2. # Run this programm in jovian shell
  3. # Basic programms
  4. sudo apt install htop screen w3m tree etherwake vim ;
  5. # Install git
  6. sudo apt install git ;
  7. git config --global user.email "contact@jovian-hersemeule.eu" ;
  8. git config --global user.name "Jovian HERSEMEULE" ;
  9. git config --global core.editor "vim" ;
  10. # Create GitWork
  11. mkdir /home/jovian/GitWork ;
  12. mkdir /home/jovian/GitWork/Centrale /home/jovian/GitWork/Games /home/jovian/GitWork/Linux /home/jovian/GitWork/Web ;