mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
add: wezterm config
This commit is contained in:
parent
6cdd51f11e
commit
5984d43f4b
2 changed files with 50 additions and 0 deletions
|
@ -61,3 +61,7 @@ New-Item -ItemType SymbolicLink -Path ~\.config\powershell\chezmoi_completion.ps
|
|||
New-Item -ItemType SymbolicLink -Path ~\.config\powershell\rustup_completion.ps1 -Target (Resolve-Path .\dotfiles\pwsh\rustup_completion.ps1) -Force
|
||||
# starship
|
||||
New-Item -ItemType SymbolicLink -Path ~\.config\starship.toml -Target (Resolve-Path .\dotfiles\starship\starship.toml) -Force
|
||||
# wezterm
|
||||
mkdir ~\.config\wezterm
|
||||
New-Item -ItemType SymbolicLink -Path ~\.config\wezterm\wezterm.lua -Target (Resolve-Path .\dotfiles\wezterm\wezterm.lua) -Force
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue