Skip to content

Commit

Permalink
docs: 📝 update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Oct 5, 2024
1 parent 2ab60f6 commit 01a1e91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ The table below lists the information of specific configuration files:
| starship | `ss` | `starship.toml` | built-in |
| wezterm | `wz` | `wezterm.lua` | `custom.sh` |
| debian | `sc` | `/etc/apt/sources.list` | `oxpod` |
| winget | `w` | `winget.json` | `oxpow` |
| scoop | `w` | `config.json` | `oxpps` |
| winget | `w` | `settings.json` | `oxpow` |
| git | `gi` | `.gitignore` | `oxpbg` |
| git | `g` | `.gitconfig` | `oxpbg` |
| conda | `c` | `.condarc` | `oxppc` |
Expand Down
7 changes: 4 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ Oxidizer 通过 `Homebrew` 或 `Scoop` 管理包和软件,以绕过管理员
| starship | `ss` | `starship.toml` | built-in |
| wezterm | `wz` | `wezterm.lua` | `custom.sh` |
| debian | `sc` | `/etc/apt/sources.list` | `oxpod` |
| winget | `w` | `winget.json` | `oxpow` |
| scoop | `w` | `config.json` | `oxpps` |
| winget | `w` | `settings.json` | `oxpow` |
| git | `gi` | `.gitignore` | `oxpbg` |
| git | `g` | `.gitconfig` | `oxpbg` |
| conda | `c` | `.condarc` | `oxppc` |
Expand Down Expand Up @@ -280,8 +281,8 @@ bss pu
- `ox-debians` `oxpd`:自启动,包含 `apt`
- `ox-windows` `oxpw`:自启动,包含 `winget``wsl`·

| 后缀 | 对应操作 | mas `m` | apt `a` | winget `w` | wsl `wsl` |
| :----: | :---------: | :-----: | :-----: | :--------: | :-------: | |
| 后缀 | 对应操作 | mas `m` | apt `a` | winget `w` | wsl `wsl` |
| :---: | :------: | :-----: | :-----: | :--------: | :-------: ||
| `*h` | help |||||
| `*is` | install |||||
| `*us` | uninstall |||||
Expand Down
2 changes: 1 addition & 1 deletion defaults.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $Global:OX_ELEMENT.g = "$HOME\.gitconfig"
# terminal
##########################################################

$Global:OX_ELEMENT.wt = "$HOME\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json"
$Global:OX_ELEMENT.wt = "$env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json"
if ( Test-Path $Global:OX_ELEMENT.wt ) {
$Global:OX_OXIDE.bkwt = "$env:OX_BACKUP\terminal\windows-terminal.jsonc"
}
Expand Down

0 comments on commit 01a1e91

Please sign in to comment.