12
AllenII
7y

Wrote my first bash scripts today.

One installs a few packages (Brackets, VLC, Nodejs, chrome) and the other gets my preferred theme and icon set from gnome-look.org with curl and piping straight to tar -xz in tge proper folders.

They're simple, really, but you have to start from somewhere.

Now with that said, I'll let you know if they work ln the first try--about to install Ubuntu on a different machine

Comments
  • 0
    Good start 👍
  • 3
    Use a VM to test such scripts
  • 1
    @frozentruth why didn't i think of that? Thank you for pointing out the (what should have been) obvious
  • 1
    Ah I did the same today. :)
  • 0
    It's great.
    I also started bash.
    Wrote a scripts to two-way-sync some folders on two Pi's and now I'm working on an install/configuration script for my global adblock.
    Done nothing the past two weeks because of work, tho.
Add Comment