Skip to content

Instantly share code, notes, and snippets.

View Mehechiger's full-sized avatar

Fang Zhao Mehechiger

  • Paris
View GitHub Profile
@Mehechiger
Mehechiger / .tmux.conf
Last active November 12, 2022 14:41 — forked from tsl0922/.tmux.conf
vim style tmux config
# vim style tmux config
# Easy config reload
bind-key R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded."
# Larger buffer
set-option -g history-limit 50000
# vi is good
setw -g mode-keys vi
@Mehechiger
Mehechiger / README.md
Created September 4, 2022 14:49 — forked from maboloshi/README.md
[Mac下配置Aria2] #macOS #aria2

Mac下配置Aria2

安装和设置 Aria2

# 使用 Homebrew 安装 aria2
brew install aria2

# 创建配置文件aria2.conf和空对话文件aria2.session
mkdir ~/.aria2 && cd ~/.aria2
touch aria2.conf