mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
feat(glazewm): Change Windows TWM to GlazeWM
This commit is contained in:
parent
4657765e21
commit
22ca99086c
16 changed files with 999 additions and 253 deletions
|
|
@ -1,18 +1,8 @@
|
|||
# Use XDG Base Directory Specification and its similar structure for Windows
|
||||
|
||||
# wget
|
||||
if (Get-Command wget -ErrorAction SilentlyContinue) {
|
||||
${function:wget} = {wget --hsts-file $XDG_CACHE_HOME/wget-hsts $args}
|
||||
}
|
||||
|
||||
# yarn v1
|
||||
if (Get-Command yarn -ErrorAction SilentlyContinue) {
|
||||
${function:yarn} = {yarn --use-yarnrc $XDG_CONFIG_HOME/yarn/config.yaml $args}
|
||||
}
|
||||
|
||||
if ($Env:WEZTERM) { # Environment variable injected by wezterm/wezterm.lua
|
||||
${function:icat} = {wezterm imgcat $args}
|
||||
if ($Env:WEZTERM) {
|
||||
# Environment variable injected by wezterm/wezterm.lua
|
||||
${function:icat} = { wezterm imgcat $args }
|
||||
}
|
||||
elseif ($Env:KITTY) {
|
||||
${function:icat} = {kitty +kitten icat $args}
|
||||
${function:icat} = { kitty +kitten icat $args }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue