I have some basic experience but I wanna be proficient and have a cli based workflow; I’m currently on Arch with GNOME

  • I recommend making a project for yourself, maybe start out with a trivial script, and move on to something with control structures (e.g. if this then that) and variables, and tests, e.g. VALUE=8; [[ 8 -eq $VALUE ]] && echo ‘they are equal’.