Skip to content

Commit

Permalink
[update]move pwsh env
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkenpa198 committed Mar 9, 2024
1 parent 9e52bee commit 1c31e1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
!.config/Code/User/snippets/markdown.json
!.config/Code/User/keybindings.json
!.config/Microsoft.WindowsTerminal/LocalState/settings.json
!.config/WindowsPowerShell/Microsoft.PowerShell_profile.ps1
!.config/azuredatastudio/User/settings.json
!.config/git/config
!.config/git/ignore
Expand All @@ -34,7 +35,6 @@

!app/VIA/nuphy_air60_v2.layout.json
!app/WSL/.wslconfig
!app/WindowsPowerShell/Microsoft.PowerShell_profile.ps1

!setup/macos/Brewfile
!setup/linux/install-packages.sh
Expand Down
2 changes: 1 addition & 1 deletion setup/windows/link.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function main {
$linkHash["${WSLHOME}\works\develop"] = '~\works\develop'

# PowerShell プロファイル
$linkHash["${WSLHOME}\dotfiles\app\WindowsPowerShell\Microsoft.PowerShell_profile.ps1"] = '~\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1'
$linkHash["${WSLHOME}\dotfiles\.config\WindowsPowerShell\Microsoft.PowerShell_profile.ps1"] = '~\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1'

# VSCode 設定ファイル
$linkHash["${WSLHOME}\dotfiles\.config\Code\User\snippets"] = '~\AppData\Roaming\Code\User\snippets'
Expand Down

0 comments on commit 1c31e1e

Please sign in to comment.