Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrejlamov/portenv
arch with proot
https://github.com/andrejlamov/portenv
Last synced: 10 days ago
JSON representation
arch with proot
- Host: GitHub
- URL: https://github.com/andrejlamov/portenv
- Owner: andrejlamov
- Created: 2016-01-29T02:50:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T13:42:52.000Z (almost 9 years ago)
- Last Synced: 2024-08-02T02:16:24.041Z (3 months ago)
- Language: Makefile
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: portenv
#+AUTHOR: portenvPortable 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