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
| tap "homebrew/bundle" | |
| tap "homebrew/services" | |
| tap "homerours/tap" | |
| tap "wyne/tap" | |
| brew "btop" | |
| brew "chezmoi" | |
| brew "coreutils" | |
| brew "duti" | |
| brew "eza" | |
| brew "fd" |
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
| .mpg-gv.mpg.de | |
| .sap.mpg.de | |
| lime.mpi-sws.org |
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 | |
| ######################################################## | |
| # This script generates a memtest86+ entry on grub.cfg # | |
| # if memtest is installed on the system. # | |
| ######################################################## | |
| prefix="/usr" | |
| exec_prefix="${prefix}" | |
| datarootdir="/usr/share" |
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
| payload: | |
| - DOMAIN,mangaapi.manhuaren.com |
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
| export GPG_TTY=$TTY | |
| wsl2_ssh_pageant_bin="$HOME/.ssh/wsl2-ssh-pageant.exe" | |
| config_path="C\:/Users/msdx321/AppData/Local/gnupg" | |
| function _gpg-agent_kill { | |
| gpgconf --kill gpg-agent 2>/dev/null | |
| } | |
| autoload -U add-zsh-hook | |
| add-zsh-hook preexec _gpg-agent_kill |
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
| # Change prefix key | |
| #set -g prefix C-a | |
| #unbind C-b | |
| #bind C-a send-prefix | |
| # Enable mouse | |
| set -g mouse "on" | |
| # Set index | |
| set -g base-index 1 |