mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
🪟: Add pathlib, PowerShell Password Script
This commit is contained in:
parent
684f694d23
commit
1a0f4a01a4
3 changed files with 81 additions and 29 deletions
19
pathlib.json
Normal file
19
pathlib.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue