Pony of Shadows

Queen of Truth & King of Practice


rime custom

I use fcitx5 + rime + flypy.schema.yaml as my Chinese character input system.

How to install flypy.schema

yay -S rime-flypy

relevant config files

In …

Read more...

Using git for version control

In Git, if you want to switch to a specific commit in a particular branch and require the tracked files to revert to their state at that moment, you …

Read more...

git-lfs

Install and Initialize

sudo pacman -S git-lfs
git lfs install

Basic Usage

see git-lfs.com

How to track large files that have been added to the …

Read more...

papis

Example: add a paper to the default library

papis add ~/tmp/Downloads/2103.08123.pdf --from doi https://doi.org/10.1103/PhysRevLett.128.040403 …

Read more...

Avoid firefox crashing on sway

  1. Enter about:config in the address bar
  2. To avoid the crash caused by Incompatibility related to nvidia proprietary graphics driver when opening PDF …

Read more...

Install Mathematica

Install

  1. avahi-daemon service is needed.
sudo systemctl enable --now avahi-daemon
  1. two commnads hostname and egrep can’t work in Arch Linux. …

Read more...

pacman

pacman -Syu

2. Uninstall a package as completely as possible

pacman -Rns [package name]
  • -s to …

Read more...

Wayland

Tips

  • Ctrl+Alt+F1~F6 to swift among tty1 to tty6.

graphic driver

  • for AMD, install mesa and lib32-mesa.
  • for NVIDIA, install nvidia.

install

sudo …

Read more...

hugo

main paths

  1. mywebsite/archetype documents under this path act as templates to write articles and columns of the website. By default, hugo only …

Read more...
Previous Page 3 of 3