Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalbozkurt authored Mar 19, 2022
1 parent 396353c commit 39b71fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
- Install Ubuntu from Windows Store. https://www.microsoft.com/store/productId/9PDXGNCFSCZV
- Run Ubuntu and configure for the first time. On Ubuntu:
- `sudo apt install zsh`
- Install oh-my-zsh from https://github.com/ohmyzsh/ohmyzsh
- Install oh-my-zsh. Details: https://github.com/ohmyzsh/ohmyzsh
```
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```
- Clone my oh-my-zsh-config from https://github.com/bilalbozkurt/oh-my-zsh-config
- Type `nano .zshrc` and edit this line with your username: `export ZSH="/home/`**bilal**`/.oh-my-zsh"`
- Copy `.oh-my-zsh` and `.zshrc` to `~/`
Expand Down

0 comments on commit 39b71fe

Please sign in to comment.