Last active
August 12, 2019 21:24
-
-
Save ympbyc/5dbee09267e543ebe945752d75c0dd3a to your computer and use it in GitHub Desktop.
Memo on making a minimally viable workstation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tech Memo on Minimaly viable work environment | |
============================================= | |
Essentials | |
---------- | |
+ w3m | |
+ fb-messenger-cli (use with M-x term then M-x mozc-mode) | |
+ emacs-mozc-bin -- japanese input | |
Emacs Only Environment | |
---------------------- | |
1. install xinit | |
2. echo "exec emacs" > .xinitrc | |
Emacs Packages | |
-------------- | |
+ repos: Melpa, marmalade, org | |
+ Paredit | |
+ Slime | |
+ gist.el | |
+ w3m or eww | |
+ mozc | |
+ trident-mode (parenscript repl) | |
+ simple-httpd | |
What I want | |
----------- | |
+ A text browser that can show modern websites | |
w3m | |
--- | |
+ S-RET Open link in new tab | |
+ I View Image | |
Ideas | |
----- | |
+ framebuffer console fbterm (images and fonts without xserver) -- tried. was hard to setup | |
Memo | |
---- | |
Ctrl+Alt+F1 - F6 -- virtual console | |
Ctrl+Alt+F7 - X |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment