Skip to content

Instantly share code, notes, and snippets.

View LittleNewton's full-sized avatar
🖥️
UCAS Lab

Peng Liu LittleNewton

🖥️
UCAS Lab
View GitHub Profile
@LittleNewton
LittleNewton / powershell.ps1
Created March 14, 2023 16:16
Shared on-my-posh
<#
* FileName: Microsoft.PowerShell_profile.ps1 / PowerShell configuration file.
* Author: 刘 鹏
* Email: littleNewton6@gmail.com
* Created Date: 2021, Aug. 21
* Updated Date: 2023, Mar. 15
* Copyright: No copyright. You can use this code for anything with no warranty.
#>
//
// * FileName: paradox.omp.json
// * Author: 刘 鹏
// * Email: littleNewton6@outlook.com
// * Update Date: 2022, Mar. 31
// * Copyright: GPL 3.0
//
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
@LittleNewton
LittleNewton / settings.jsonc
Last active April 30, 2024 16:08
Visual Studio Code 个人配置
/*
* Author: 刘鹏
* Description: 个人 VScode 配置文件
* Create Date: 2020, Apr. 12
* Update Date: 2021, Nov. 6
* Email: littlenewton6@gmail.com
*/
@LittleNewton
LittleNewton / .vimrc
Last active July 21, 2022 07:51
Vim 配置文件
"
" Description: Personal Vim .vimrc configuration file
" Author: 刘鹏
" Date: 2021, Oct. 9
" Corresponding: littleNewton6@gmail.com
"
@LittleNewton
LittleNewton / Microsoft.PowerShell_profile.ps1
Last active May 1, 2024 04:11
PowerShell 7.1 启动命令
<#
* FileName: Microsoft.PowerShell_profile.ps1 / PowerShell configuration file.
* Author: 刘 鹏
* Email: littleNewton6@gmail.com
* Created Date: 2021, Aug. 21
* Updated Date: 2023, Mar. 15
* Copyright: No copyright. You can use this code for anything with no warranty.
#>