/MPIS

Manjaro Post Install Script

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

MPIS Logo

Manjaro Post Installation Script (MPIS)

Build status "Average time to resolve an issue" Percentage of issues still open license AUR package Telegram Group

This script allows to configure the system, install some applications for a regular work day designed for developers, gamers, musicians and more...

Attention

This script is in testing phase and we are not responsable for the usage.

If you find a bug or an error please report it as an [issue].

Contact

How to install

You can install the script in your system by running ::

  • Stable version

    $ yaourt -S mpis
    
  • Develop version

    $ git clone https://github.com/KernelPanicBlog/MPIS.git
    $ cd MPIS
    $ git checkout develop
    $ sudo python setup.py install --record .filetouninstall.log
    

How to uninstall

  • stable version

    $ yaourt -R mpis
    
  • Develop version

    $ su
    $ cd MPIS
    $ cat .filetouninstall.log | xargs rm -rf