Skip to content

Instantly share code, notes, and snippets.

View rumisle's full-sized avatar
🛏️
Oh

rumi rumisle

🛏️
Oh
  • 07:03 (UTC)
View GitHub Profile
@rumisle
rumisle / .tmux.conf
Last active January 18, 2025 16:16
.tmux.conf
# plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-cpu'
# remap prefix from 'C-b' to 'M-a'
unbind C-b
set-option -g prefix M-a
bind-key M-a send-prefix
# renumber windows
@rumisle
rumisle / nesign.py
Last active June 26, 2022 01:46
网易云音乐签到(pc android)
# -*- coding: utf-8 -*-
"""网易云自动签到"""
import requests
__author__ = 'abrasumente'