mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
chezmoi: windows migration dir
This commit is contained in:
parent
52b70819bf
commit
c24adf35d4
51 changed files with 3403 additions and 3840 deletions
10
misc/windows/start/KMonad.ps1
Normal file
10
misc/windows/start/KMonad.ps1
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
if (Get-Command "kmonad" -ErrorAction SilentlyContinue) {
|
||||
$KMonadPath = (Get-Command "kmonad").Source
|
||||
}
|
||||
else {
|
||||
$KMonadPath = "D:\bin\kmonad.exe"
|
||||
}
|
||||
|
||||
$KMonadConfig = "$Env:DOTFILES\tools\kmonad\windows.kbd"
|
||||
|
||||
Start-Process -FilePath $KMonadPath -ArgumentList $KMonadConfig -WindowStyle Hidden
|
||||
Loading…
Add table
Add a link
Reference in a new issue