From de82d13f057383190456aaef40f707425c174bed Mon Sep 17 00:00:00 2001 From: gwbeip Date: Tue, 16 Jun 2026 17:23:48 +0800 Subject: [PATCH] chore: scrub remaining username placeholders in wsl docs --- README.md | 2 ++ wsl/config_new_archlinux_in_wsl.md | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b77dd00..bb4f367 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # TerminalPolyjuice +[![State-of-the-art Shitcode](https://img.shields.io/static/v1?label=State-of-the-art&message=Shitcode&color=7B5804)](https://github.com/trekhleb/state-of-the-art-shitcode) + A "Polyjuice Potion" for your terminals: a single repository that unifies configuration across Zsh, Bash, Nushell, and PowerShell — aliases, functions, prompts — together with settings for common terminal tools such as Starship, Helix, and Zed. Each shell is configured independently; pick what you need. ## Repository Layout diff --git a/wsl/config_new_archlinux_in_wsl.md b/wsl/config_new_archlinux_in_wsl.md index d5b8036..5bda904 100644 --- a/wsl/config_new_archlinux_in_wsl.md +++ b/wsl/config_new_archlinux_in_wsl.md @@ -1,11 +1,11 @@ # Configure New Archlinux in WSL -## Add user `gwb` +## Add user `` ```shell cd pacman -Syu -useradd -m gwb +useradd -m ``` run @@ -16,11 +16,11 @@ to set a password for `root` run ```shell -passwd gwb +passwd ``` -to set a password for user `gwb` +to set a password for user `` -## Add user `gwb` into group `sudo` +## Add user `` into group `sudo` ```shell pacman -S sudo @@ -29,7 +29,7 @@ pacman -S vim edit `/etc/sudoers` uncomment `%wheel ALL=(ALL:ALL) ALL` ```shell -usermod -aG wheel gwb +usermod -aG wheel ``` ## Install and configure `ZSH` @@ -41,12 +41,12 @@ pacman -S fzf pacman -S zoxide pacman -S starship pacman -S python -su gwb +su cd git clone $HOME/.TerminalPolyjuice chsh -s /bin/zsh exit -su gwb +su cd mkdir .config cd $HOME/.TerminalPolyjuice/zsh @@ -55,7 +55,7 @@ zsh polyjuice.sh install_ohmyzsh config_starship check add the contents in `$HOME/.TerminalPolyjuice/zsh/zshenv` into `$HOME/.zshenv` -# Set `gwb` as default user +# Set `` as default user ```shell -wsl --manage archlinux --set-default-user gwb +wsl --manage archlinux --set-default-user ```