JimmyLiao

JimmyLiao Notes: Developer, Runner, Thinker

IBM Plex Mono

2021-11-13 Font
Going to use IBM Plex Mono for daily work (Terminal, Sublime, VSCode, Chrome). Some notes for my personal setup cross-laptop (osx, kubuntu, windows) Download from Google Fonts Install via Font Book app Download powerline patch font - perplexed and install via Font Book app, too. Specify the font onto each application. Enjoy!

Using Crane to Build Custom Image with 1-Click PrimeHub

2021-11-12 PrimeHub Crane

先快速來個中文版

Crane 是 InfuseAI 剛推出的 Open Source Project,簡言之就是可以在已經裝好 Docker 的電腦上,免除撰寫 Dockerfile ,也免除透過 Command 方式編譯 Docker Image。另外也提供快速把自己在 Docker Hub 編譯好的 Image 加入 PrimeHub 環境裡,以下的範例,就以之前介紹的 1-Click 環境客製化 Docker Image,裡面包含 PrimeHub 新推出的 SDK 。來看看吧~

Continue reading

VIM: indent for multiple lines or comment block

2021-09-17 VIM
Indenting On the first line you would like to mark to indent, enter to visual mode: (Press Ctrl+v) Move cursor down to the last line for indent Press > to indent Comment Block On the first line you would like to mark to indent, enter to visual mode: (Press Ctrl+v) Move cursor down to the last line for indent Press Shift+i, then Press #
Older posts Newer posts