Skip to content

This repository contains an installation script for my programs on Linux

Notifications You must be signed in to change notification settings

gjstos/script_setup_linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

My Setup Script 💾

This repository contains a Linux configuration script [only for Ubuntu-based distributions and Linux Mint] that I did to facilitate the installation of a new Linux distribution.

📌 ​Softwares

  • Android Studio
  • Dart
  • Flutter [enabled WEB and Desktop]
  • Gnome Tweak Tool
  • Google Chrome
  • KVM
  • LibreOffice
  • OpenJDK default JDK
  • qBittorrent
  • Timeshift
  • Typora
  • VLC
  • Visual Studio Code
  • VirtualBox
  • Gparted
  • Fira Code (font)
  • Stacer
  • scrcpy
  • adb
  • progress
  • pv
  • tree
  • SQLite
  • Redis
  • Postgres
  • docker
  • asdf [Flutter, Go, Firebase CLI, docker-slim, Rust]

🔨 ​Installation of the Script

  1. Open in Terminal the folder where is saved the script_setup_linux.sh file

  2. Type the following command and enter your password when prompted:

    sudo chmod +x script_setup_linux.sh
  3. Now type the following command and enter your password when prompted:

    ./script_setup_linux.sh
  4. Case appears the error below:

    bash: ./script_setup_linux.sh: /bin/bash^M: bad interpreter: No such file or directory

    Just type the command below and remake the step 3:

    sed -i -e 's/\r$//' script_setup_linux.sh
  5. Now it's just grab a coffee ☕ and hope to finalize the installation of the programs

⚠️ Attention ⚠️

  • There will be the need for interaction with the terminal when the script is installing the Graphical Drivers.
  • After the finalization of the script starts Android Studio and follow the steps until you appear the initial screen of the Software.
  • Be sure to put as path to save the Android Studio SDK in /home/your_user/Android/Sdk. Otherwise, you will need to change to the selected path in the ~/.bashrc file in the ANDROID_HOME variable.
  • Run the flutter doctor -v command to see if it's all right. In case it appears any error, Uncle Google can help you 😊.

About

This repository contains an installation script for my programs on Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages