Skip to content

levicm/linux-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 

Repository files navigation

linux-tools

Some Linux scripts made by a Linux noobie to configure his environment as described:

  • config-all.sh: to run all the scripts.
  • prepare-linux.sh: to prepare de linux environment configuring the Real Time Clock to locate (same as Windows) and update your system.
  • install-commands.sh: to install basic terminal commands as curl, wget, fd-find, etc.
  • install-essential-apps.sh: to install essential applications gnome-tweaks, gnome-shell-extension-manager, remina, Google Chrome, Sublime Text, BitWarden, etc.
  • install-dev-tools.sh: to install tools for developers as GIT, Python, Visual Studio Code, Eclipse and Postman.
  • install-media-apps.sh: to install media apps as Spotify.
  • install-gnome-extensions.sh: to install some gnome extensions as CPU Power Manager, Sound Input & Output Device Chooser, Tiling Shell, User Themes and Extensions List.

Running

Run all

To run all scripts:

bash <(wget -qO - https://raw.githubusercontent.com/levicm/linux-tools/refs/heads/main/ubuntu-scripts/config-all.sh)

Run a specific script

To run a specific script, just choose the script and run it. For example:

  • prepare-linux.sh:
bash <(wget -qO - https://raw.githubusercontent.com/levicm/linux-tools/refs/heads/main/ubuntu-scripts/prepare-linux.sh)

About

Some Linux scripts made by a Linux noobie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages