Ben Chuanlong Du's Blog

It is never too late to learn.

SpaceVim - A Modern Vim/NeoVim Configuration

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Installation

curl -sLf https://spacevim.org/install.sh | bash
# enable Python3 support
wajig install python3 python3-pip
pip3 install -U pynvim

Uninstallation

curl -sLf https://spacevim.org/install.sh | bash -s -- --uninstall …

Good Terminal Apps

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Warp

Warp is a blazingly fast, rust-based terminal reimagined from the ground up to work like a modern app.

wezterm

wezterm is a GPU-accelerated cross-platform terminal emulator and multiplexer implemented in …

Useful Chrome Extensions

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Tampermonkey

Tampermonkey is used to run so called userscripts (sometimes also called Greasemonkey scripts). Userscripts are little computer programs that for example add download buttons to YouTube pages, cleanup your Facebook …

Jupyter Notebook Kernels

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Jupyter Kernels

By default, Python kernels are installed to /usr/local/share/jupyter/kernels and BeakerX kernels are installed to /usr/share/jupyter/kernels.

Python

ipykernel

IPython Kernel for Jupyter/Lab …

The NeoVim Plugin for Visual Studio Code

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://github.com/asvetliakov/vscode-neovim

Installation

  1. Install NeoVim 0.5+ using icon.

    icon nvim -ic --ppa
    
  2. Install the NeoVim plugin from the extension market in VSCode or Code Server.

  3. Set the …

Tips on Hyper

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Awesome Hyper

Themes for Hyper

verminal is good one

General Tips

  1. Updating the environment variable SHELL (using the command chsh) to change the default shell doesn't work for Hyper. You have …