1
Fork 0
config/config.windows.toml

12 lines
217 B
TOML
Raw Normal View History

2022-10-25 18:54:00 +02:00
[PowerShell]
in="src/PowerShell/profile.ps1"
2022-10-30 15:30:09 +01:00
out="~/Documents/WindowsPowerShell/profile.ps1"
2022-10-25 18:54:00 +02:00
[Git]
2022-10-30 15:30:09 +01:00
in="src/Git/gitconfig-win"
2022-10-25 18:54:00 +02:00
out="~/.gitconfig"
2022-10-30 15:30:09 +01:00
[Neovim]
in="src/Neovim/init.vim"
out="~/AppData/Local/nvim/init.vim"