Skip to content

Instantly share code, notes, and snippets.

@ympbyc
Last active August 12, 2019 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ympbyc/5dbee09267e543ebe945752d75c0dd3a to your computer and use it in GitHub Desktop.
Save ympbyc/5dbee09267e543ebe945752d75c0dd3a to your computer and use it in GitHub Desktop.
Memo on making a minimally viable workstation
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