Skip to content

Commit

Permalink
[update]small changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkenpa198 committed Mar 15, 2024
1 parent ec03f18 commit 60c1054
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@
!.config/Code/User/snippets/markdown.json
!.config/Code/User/keybindings.json
!.config/Microsoft.WindowsTerminal/LocalState/settings.json
!.config/VIA/nuphy_air60_v2.layout.json
!.config/WSL/.wslconfig
!.config/WindowsPowerShell/Microsoft.PowerShell_profile.ps1
!.config/autohotkey/emacs.ahk
!.config/autohotkey/excel.ahk
!.config/autohotkey/main.ahk
!.config/azuredatastudio/User/settings.json
!.config/brewfile/Brewfile
!.config/git/config
!.config/git/ignore
!.config/git/local.example
Expand All @@ -39,11 +42,6 @@
!.local/bin/moda
!.local/state/crossnote/style.less

!app/VIA/nuphy_air60_v2.layout.json
!app/WSL/.wslconfig

!setup/macos/Brewfile

!setup/linux/header.sh
!setup/linux/install-packages.sh
!setup/linux/install-packages-from-yay.sh
Expand Down
2 changes: 1 addition & 1 deletion setup/windows/put-wslconfig.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ErrorActionPreference = 'Stop'

function main {
$DOTFILES_HOME = "\\wsl.localhost\Ubuntu\home\${env:USERNAME}\dotfiles"
Copy-Item "${DOTFILES_HOME}\app\WSL\.wslconfig" ~\
Copy-Item "${DOTFILES_HOME}\.config\WSL\.wslconfig" ~\
}

main

0 comments on commit 60c1054

Please sign in to comment.