GithubHelp home page GithubHelp logo

eal's Introduction

Ewancoder Arch Linux install script

splash

This is useful tool for reinstalling your arch linux and setting up all the programs automatically.

It includes 5 parts:

  • eal.sh - installs base system and goes into chroot (peal.sh)
  • ceal.sh - (configuration) file with all the settings, unique for each user and machine: you should edit it
  • heal.sh - (host) a bridge between install.sh and eal.sh for installing from working linux distro
  • peal.sh - (post) configures system under chroot and sets up all software (from your dotfiles)
  • install.sh - starts the installation

Also, it includes makepkg.patch, which enables --asroot option during installation. Don't worry, the option is removed once installation is complete.

How to install?

All you need to know is basically 2 parts:

  • ceal.sh - Constants eal - all constants for the script. You need to edit this file for your needs and desires before you start an installation
  • install.sh - executable file itself. You run this file and installation begins. Read more in ceal.sh - I left there some comments

You can find more documentation here.

Quick-install

You don't have to clone this git repo. I have written a script which will curl (download) all 5 scripts to the current folder and uploaded it to my github website. Just run

bash <(curl ewancoder.github.io/al.sh)

or the same command with wget. You could also download al.sh, set +x (execution) flag and execute it like this:

curl -O ewancoder.github.io/al.sh
chmod +x al.sh
./al.sh

eal's People

Contributors

ewancoder avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.