andrexandre / script

Script designed to automate tasks
0 stars 0 forks source link

Bugs and improvements #1

Open andrexandre opened 1 month ago

andrexandre commented 1 month ago

Documentation:

About what each mode does

Bug:

check if zsh is installed before checking if theres alias on .zshrc, fix the gnome shell extensions installation, fix the settings.json no such file

Enhancement:

change wget -qO- URL | bash to curl -s URL | sh

Install new stuff

sudo apt-get update && sudo apt-get upgrade -y
sudo apt install dconf gnome-tweaks chrome-gnome-shell build-essential ubuntu-restricted-extras

gnome-shell-extension-manager, grub-customizer and grub-themes download code and edge in the full mode

Remove poweroff countdown:

gsettings set org.gnome.SessionManager logout-prompt false

Ability to uninstall/reinstall programs

Setup Power off and Reboot Keyboard Shortcuts

Only for ubuntu 22 laptops:

sudo apt-get install tlp tlp-rdw
sudo systemct1 enable tlp

alias manager

andrexandre commented 1 month ago

Information:

docker and after-install charm_gum Use this script: curl -fsSL https://christitus.com/linux | sh to install: docker, themes, numlock on startup and others

Notes:

3 modes: rootless | full | simple do you have root? no -> rootless yes -> full or simple? full -> full simple -> simple