Skip to content

Instantly share code, notes, and snippets.

View redbug312's full-sized avatar
๐ŸŽƒ
Any pun-pkin?

redbug312

๐ŸŽƒ
Any pun-pkin?
  • Foxtronev
  • New Taipei City, Taiwan
  • 20:07 (UTC +08:00)
View GitHub Profile
@redbug312
redbug312 / ac.txt
Created August 11, 2021 15:49
TLP 1.4.0-beta.1 on laptop asus x409fj
--- TLP 1.4.0-beta.1 --------------------------------------------
+++ Configured Settings:
defaults.conf L0004: TLP_ENABLE="1"
defaults.conf L0005: TLP_WARN_LEVEL="3"
defaults.conf L0006: TLP_PERSISTENT_DEFAULT="0"
defaults.conf L0007: DISK_IDLE_SECS_ON_AC="0"
defaults.conf L0008: DISK_IDLE_SECS_ON_BAT="2"
defaults.conf L0009: MAX_LOST_WORK_SECS_ON_AC="15"
defaults.conf L0010: MAX_LOST_WORK_SECS_ON_BAT="60"
@redbug312
redbug312 / tigrc
Created August 4, 2022 14:09
Tig configuration with cactusbuddy theme
set main-view-date = custom
set main-view-date-format = "%Y-%m-%d"
set line-graphics = utf-8
set git-colors = no
# KEY-BINDING
# ref: https://github.com/jonas/tig/wiki/Bindings
bind main ! ?git revert %(commit)
bind main + ?git commit --amend
@redbug312
redbug312 / branch_bitmap.diff
Last active August 21, 2022 03:53
Compare memory usage in different ID maps
129c129
< for i in 0..32 as usize {
---
> for i in 0..8 as usize {