mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
19 lines
No EOL
622 B
JSON
19 lines
No EOL
622 B
JSON
{
|
|
".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"
|
|
}
|
|
} |