These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.
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
| Import-Module posh-git | |
| Import-Module posh-sshell | |
| Start-SshAgent | |
| Import-Module oh-my-posh | |
| Set-PoshPrompt -Theme ys | |
| Import-Module yarn-completion | |
| Import-Module npm-completion | |
| Import-Module posh-docker |
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
| { | |
| "$help": "https://aka.ms/terminal-documentation", | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "actions": | |
| [ | |
| { | |
| "command": | |
| { | |
| "action": "copy", | |
| "singleLine": false |
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
| // ==UserScript== | |
| // @name MAME ROM 名称翻译插件 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description https://www.retroroms.info/ 网站上的ROM名称翻译工具2022年1月7日 | |
| // @author B站UP主ITKEY | |
| // @include *://bda.retroroms.info:82/downloads/* | |
| // @include *://space.bilibili.com/* | |
| // @require https://cdn.bootcdn.net/ajax/libs/jquery/1.9.1/jquery.js | |
| // @require https://cdn.jsdelivr.net/npm/jquery.cookie/jquery.cookie.js |
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
| [core] | |
| quotepath = false | |
| pager = delta | |
| [user] | |
| email = [email protected] | |
| name = rich1e | |
| [include] | |
| path = ~/themes.gitconfig | |
| [delta] | |
| features = chameleon |
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
| # If you come from bash you might have to change your $PATH. | |
| # export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| # Path to your oh-my-zsh installation. | |
| export ZSH="$HOME/.oh-my-zsh" | |
| # Set name of the theme to load --- if set to "random", it will | |
| # load a random theme each time oh-my-zsh is loaded, in which case, | |
| # to know which specific one was loaded, run: echo $RANDOM_THEME | |
| # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes |