Skip to content

Commit

Permalink
Uninstall unused komorebi and whkd
Browse files Browse the repository at this point in the history
If I address GH-725, might be consider with GlazeWM v3
  • Loading branch information
kachick committed Sep 4, 2024
1 parent fbf08c9 commit 620ceda
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1,589 deletions.
5 changes: 0 additions & 5 deletions cmd/winit-conf/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ func provisioners() []provisioner {
newProvisioner([]string{"windows", "winget", "winget-pkgs-entertainment.json"}, []string{tmpdirPath, "winget-pkgs-entertainment.json"}),
newProvisioner([]string{"windows", "winget", "winget-pkgs-storage.json"}, []string{tmpdirPath, "winget-pkgs-storage.json"}),

// Can I move it to komorebi~ path? application.yaml in root looks like too wide
newProvisioner([]string{"windows", "komorebi", "applications.yaml"}, []string{homePath, "applications.yaml"}),
newProvisioner([]string{"windows", "komorebi", "komorebi.json"}, []string{homePath, "komorebi.json"}),
newProvisioner([]string{"windows", "whkd", "whkdrc"}, []string{homePath, ".config", "whkd", "whkdrc"}),

// You may need to custom the memory size
newProvisioner([]string{"windows", "WSL", ".wslconfig"}, []string{homePath, ".wslconfig"}),
}
Expand Down
4 changes: 0 additions & 4 deletions windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ Basically following codes will be done in PowerShell
See <https://zmzlz.blogspot.com/2014/10/windows-dropbox.html> for detail
1. Enable Bitlocker and backup the restore key

## Workflow

1. `komorebic start --whkd`

## I forgot to backup Bitlocker restore key 😋

<https://account.microsoft.com/devices/recoverykey> may help
2 changes: 1 addition & 1 deletion windows/glazewm/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GlazeWM

This config maybe too old since I using komorebi instead.
This config maybe too old.\
Just keeping settings for now, feel free to remove it.
Loading

0 comments on commit 620ceda

Please sign in to comment.