Update tmux and karabiner

This commit is contained in:
js0ny 2024-10-04 11:00:46 +01:00
parent 4cba004d09
commit f43906adb6
5 changed files with 209 additions and 0 deletions

View file

@ -88,6 +88,10 @@ if (-not ($__lastStartup -eq $_currentDate)) {
$_currentDate | Out-File -FilePath $SystemlogFilePath -Append
}
Remove-Variable SystemlogFilePath
Remove-Variable __lastStartup
Remove-Variable _currentDate
## Chocolatey ##
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"