• 48 Posts
  • 162 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle










  • As things are at the moment, yes.

    I was thinking of passing the color variables in the config file, through install.sh, but then, people would (rightfully) complain about colors not matching their terminal color theme.

    I might do just that in the near future, leaving the terminal theme values as default.

    If you wish to change color values, they are hardcoded in the load_colors function of stackabrix.sh, and sufficiently marked with comments, to know which is which.

    A useful help for such a change would be https://talyian.github.io/ansicolors/.

    Let me know if you need any help with these changes.












  • Hey, this is your lucky day: You don’t need a github account.

    All you need to do to easily install this project is to install git.

    Open a terminal.

    If you are using a Debian-based distribution (ubuntu, linuxmint, pop_os etc), copy-paste this command:

    sudo apt install git
    

    If you are using an Arch-based distribution:

    sudo pacman -S  git
    

    From there, follow the instructions on the repo.

    Have fun!

    If you need any help, do not hesitate to ask for it.