🪟: Add pathlib, PowerShell Password Script

This commit is contained in:
js0ny 2024-08-12 16:34:26 +08:00
parent 684f694d23
commit 1a0f4a01a4
3 changed files with 81 additions and 29 deletions

19
pathlib.json Normal file
View file

@ -0,0 +1,19 @@
{
".bashrc": "~/.bashrc",
".zshrc": "~/.zshrc",
"nvim/": "~/.config/nvim/",
".condarc": "~/.condarc",
".gitconfig": "~/.gitconfig",
".ideavimrc": "~/.ideavimrc",
"pip.conf": "~/.config/pip/pip.conf",
".npmrc": "~/.npmrc",
"Microsoft.PowerShell_profile.ps1": {
"Mac": "~/.config/powershell/Microsoft.PowerShell_profile.ps1",
"Windows": "~/Documents/PowerShell/Microsoft.PowerShell_profile.ps1"
},
".wslconfig": "~/.wslconfig",
"neovide.toml": {
"Mac": "~/.config/neovide/neovide.toml",
"Windows": "~/AppData/Local/neovide/neovide.toml"
}
}