zerog

[archived] simple Parabola GNU/Linux post-install script
git clone git://git.hanetzok.net/zerog
Log | Files | Refs | README | LICENSE

README (1176B)


      1 This repository has been archived because I switched back to Arch. Feel free 
      2 to fork the script if it is useful to you.
      3 ==============================================================================
      4 
      5 zerog
      6 =====
      7 Simple Parabola GNU/Linux-libre post-install script
      8 
      9 Dependencies
     10 ------------
     11 This script is written for the OpenRC version of Parabola. It assumes that
     12 the nonsystemd repo is already enabled and elogind/libelogind is installed.
     13 
     14 Usage
     15 -----
     16 Install Parabola on your system then run:
     17 
     18     curl -O https://raw.githubusercontent.com/m4k3l/zerog/master/zerog
     19     chmod +x ./zerog
     20     sudo ./zerog
     21 
     22 Make sure your pacman mirrors are working before running the script.
     23 
     24 Customization
     25 -------------
     26 You can change the source for the progs.list, the dotfiles and suckless repo by
     27 editing the corresponding variables at the beginning of the script
     28 
     29 
     30 Troubleshooting
     31 ---------------
     32 The script will create a logfile (/tmp/zerog.log). In case you run into any
     33 trouble you will find the stderror output of whatever command failed as well as
     34 the names of any programs that could not be installed there.
     35 
     36 Credits
     37 -------
     38 This script is inspired by [LARBS](https://larbs.xyz)