Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrejlamov/portenv

arch with proot
https://github.com/andrejlamov/portenv

Last synced: 10 days ago
JSON representation

arch with proot

Awesome Lists containing this project

README

        

#+TITLE: portenv
#+AUTHOR: portenv

Portable enviroment based on arch with proot

* install
#+BEGIN_SRC bash
make

./portenv

./init

pacman -S `cat package.list`
#+END_SRC

* issues
** Emacs outputs =Emergency (alloc): Warning: past 95% of memory limit= on some machines
Add to =.emacs=

#+BEGIN_SRC elisp
(setq warning-suppress-types '((alloc)))
#+END_SRC