Pony of Shadows

Uncertainty is Fascinating.


LuaSnip on LaTex

Settings of Luasnip

local ls = require("luasnip")

ls.setup({
    snip_env = {

    },
})

-- load snippets
require( …

Read more...

markdown style test

H1

H2

H3

H4

H5
H6

inline code

# code test
print("Hello, World!")

block quotes

test

  • list0
  • list0
  1. list1
  2. list1

font: Bold Italic Bold and …

Read more...

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...
Previous Page 4 of 5 Next Page