Posts by Year

2024

Use Powerlevel10k Theme with Oh My Zsh

less than 1 minute read

I used to use the default terminal theme that comes with Oh My Zsh. However, I recently switched to the Powerlevel10k theme, which is highly customizable anI...

Neovim Experience: First Week

2 minute read

I’ve been using Neovim for a week now. To my surprise, I never missed my powerful IDEs. I always thought that IDEs were essential for my productivity, but N...

My Neovim Configurations 2024

2 minute read

This article is a follow-up to my previous post, Neovim Experience: First Week. In this post, I will share my Neovim configurations after a week of explorati...

Sync Two Folders in Terminal

less than 1 minute read

If you want to sync two folders in the terminal, you can use the rsync command. rsync is a fast and versatile file-copying tool that can be used to sync file...

Pandoc 中文字符无法显示

less than 1 minute read

将 markdown 文件转换为 pdf 文件时,中文字符无法显示,这是因为 pandoc 默认使用的字体不支持中文字符。解决方法是使用支持中文字符的字体。

My Neovim Journey

less than 1 minute read

I’ve always wanted to try using Vim as my primary coding editor. Being a Vim expert is so cool, as it allows you to navigate project files efficiently and bo...

My MacBook Setup 2024

1 minute read

Windows has been my preferred desktop operating system since primary school, offering a wide array of apps, particularly games.

GitHub CLI Tool

less than 1 minute read

Github provides a CLI tool for Copilot. This tool can be used to interact with Copilot from the command line. This tool is useful for automating Copilot work...

Back to Top ↑