mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
sync from windows
This commit is contained in:
parent
2147f4b960
commit
bc3834188d
12 changed files with 219 additions and 31 deletions
|
|
@ -8,6 +8,20 @@ New-Item -ItemType SymbolicLink -Path $Env:UserProfile\.glzr -Target $DOTFILES\p
|
|||
|
||||
The Zebar config should be downloaded from [this repository](https://github.com/js0ny/neobrutal-zebar) and extracted to the `glzr\zebar` directory.
|
||||
|
||||
```powershell
|
||||
Invoke-WebRequest -Uri "https://github.com/js0ny/neobrutal-zebar/releases/download/2/neobrutal.zip" -OutFile "$Env:UserProfile\.glzr\zebar\neobrutal.zip"
|
||||
Expand-Archive -Path "$Env:UserProfile\.glzr\zebar\neobrutal.zip" -DestinationPath "$Env:UserProfile\.glzr\zebar"
|
||||
Remove-Item -Path "$Env:UserProfile\.glzr\zebar\neobrutal.zip"
|
||||
```
|
||||
|
||||
If `just` and `pwsh` are installed, you can build the config by running `just build-zebar`.
|
||||
|
||||
```powershell
|
||||
git clone https://github.com/js0ny/neobrutal-zebar.git --depth 1
|
||||
just init
|
||||
just build
|
||||
```
|
||||
|
||||
Or use the minimal setup, by changing `glzr\zebar\settings.json`: `startupConfigs.path` to `minimal/bar.zebar.json`.
|
||||
|
||||
```json
|
||||
|
|
@ -21,9 +35,3 @@ Or use the minimal setup, by changing `glzr\zebar\settings.json`: `startupConfig
|
|||
]
|
||||
}
|
||||
```
|
||||
|
||||
```powershell
|
||||
Invoke-WebRequest -Uri "https://github.com/js0ny/neobrutal-zebar/releases/download/2/neobrutal.zip" -OutFile "$Env:UserProfile\.glzr\zebar\neobrutal.zip"
|
||||
Expand-Archive -Path "$Env:UserProfile\.glzr\zebar\neobrutal.zip" -DestinationPath "$Env:UserProfile\.glzr\zebar"
|
||||
Remove-Item -Path "$Env:UserProfile\.glzr\zebar\neobrutal.zip"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue