Skip to content

Commit

Permalink
[ubuntu]
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyu committed Nov 25, 2023
1 parent 0ba68b0 commit dc956fb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/software/ubuntu.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
# Ubuntu

## Zsh and Oh My Zsh

```shelldoc
## Zsh
sudo apt install zsh
chsh -s $(which zsh)
## Log out and log back in again
## Oh My Zsh
# https://github.com/ohmyzsh/ohmyzsh#basic-installation
```

## WeChat/QQ

<https://github.com/zq1997/deepin-wine>

## RDP

:::tip
似乎不太好使
:::

```shelldoc
sudo apt install xrdp
Expand Down

0 comments on commit dc956fb

Please sign in to comment.