-
Open terminal: Press/release
and type
terminal: select the application. -
Enter the following in terminal:
su -then enter root password (not user password).visudo- add line
<your_user_name> ALL=(ALL:ALL) ALLbelow# User privilege specification, where<your_user_name>=dave(for me) :
# User privilege specification root ALL=(ALL:ALL) ALL dave ALL=(ALL:ALL) ALLctrl + O- then enterctrl + X
-
Copy + right-click
Pastethe following in your terminal. This will run theconfiguration script:mkdir ~/ddaaggeett && cd ~/ddaaggeett wget "https://github.com/ddaaggeett/scripts/archive/main.zip" unzip main.zip chmod +x ./scripts-main/src/debian/index.sh ./scripts-main/src/debian/index.sh
Using your keyboard, accept all prompts.
This does the following:
- enables convenient terminal commands
- enables custom executables with path update
- installs preferred software
- sets preferred
key command shortcuts for workflow
