Skip to content
Tom edited this page Aug 8, 2019 · 1 revision

Welcome to the helper-scripts wiki!

This wiki will help you building software that will be used by tos.

To get started download this repository and add it to your path variable.

export PATH=$HOME/bin:$PATH

I recommend to save this to $HOME/bin for an easier name.

Let me quickly explain a few things.

  • open | opens programs in your favorite application. USAGE: open app.pdf or open index.html
  • rankmirror | rank your arch mirrors based on speed. This only works on arch based systems. USAGE: rankmirror
  • rofiquestion | ask a question with rofi. USAGE: `rofiquestion "Do you want to install blabla" "pacman -Syu"
  • keepalive.sh | keep polybar or sway alive in case they crash. USAGE: ./keepalive.sh
  • tos | Enormous tool to manage your system. see help for more info
  • rofiselect | use rofi to display data in rofi directory and execute of of the scripts located there
  • dialogarchinstall | install tos onto your system. USAGE: ./dialogarchinstall

These scripts are used by TOS an arch based operating system.

Clone this wiki locally