:args `rg Neovim -l`
:argdo %s/Neovim/Nvim/ge | update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
order = ["cpu_load", "network", "battery", "audio", "time"] | |
separator = " · " | |
[audio] | |
control = "Master" | |
mute = "MUTE" | |
template = "{ICO} {VOL}%" | |
icons = ["奄", "奔", "墳"] | |
[battery] |
Discalamer: Some issues might be fixed or not relavant, so please consult the reference with understanding of time frame
following up a thread: https://forums.lenovo.com/t5/Other-Linux-Discussions/T14-T14s-X13-P14s-AMD-based-various-issues/m-p/5076798?page=1
Laptop suffering of these various issues are: T14, L14, E14, P14, X13, P14s.
T14 AMD battery drain in standby (Linux)
: https://forums.lenovo.com/t5/Other-Linux-Discussions/T14-AMD-battery-drain-in-standby-Linux/m-p/5037674?page=1T14 AMD, kernel says
ACPI Error: No handler for Region [ECSI]`: https://forums.lenovo.com/t5/Other-Linux-Discussions/T14-AMD-kernel-says-ACPI-Error-No-handler-for-Region-ECSI/m-p/5066588?page=1T14s G1 (AMD) TSC clock unusable
: https://forums.lenovo.com/t5/ThinkPad-T400-T500-and-newer-T-series-Laptops/T14s-G1-AMD-TSC-clock-unusable/m-p/5070296?page=1#5279740[BIOS] T14 Long splash screen timeout
: <https://forums.lenovo.com/t5/Other-Linux-Discussions/BIOS-T14-Long-splash-screen-timeout/m-p/5071327?pa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# bw git-credential helper | |
# Based on https://github.com/lastpass/lastpass-cli/blob/master/contrib/examples/git-credential-lastpass | |
# A credential helper for git to retrieve usernames and passwords from bw. | |
# For general usage, see https://git-scm.com/docs/gitcredentials. | |
# Here's a quick version: | |
# 1. Put this somewhere in your path. | |
# 2. git config --global credential.helper bw |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kernelPackages = pkgs.linuxPackagesFor | |
(pkgs.linux_testing.override { | |
argsOverride = rec { | |
src = pkgs.fetchurl { | |
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; | |
sha256 = "sha256-zeHvEipSGZ3Db9oLoRJ9u7k2wWhwJO9iCdHwaN4mdOA="; | |
}; | |
version = "5.14-rc7"; | |
modDirVersion = "5.14.0-rc7"; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Scoop | |
iwr -useb get.scoop.sh | iex | |
scoop bucket add extras | |
scoop install ` | |
syncthing ` | |
cygwin ` | |
googlechrome ` | |
autohotkey ` | |
vcredist2015 ` |
NewerOlder