Skip to content
Snippets Groups Projects
Commit affdb98b authored by Antoine Huguet's avatar Antoine Huguet :flag_no:
Browse files

last fix?

parent c091b6da
Branches Iman
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ sudo apt install zsh ...@@ -21,7 +21,7 @@ sudo apt install zsh
```shell ```shell
git clone https://gitlab.viarezo.fr/2019hugueta2/shell-pics ~/shell-pics git clone https://gitlab.viarezo.fr/2019hugueta2/shell-pics ~/shell-pics
``` ```
### Make file executable #### Make file executable
```shell ```shell
sudo chmod +x ~/shell-pics/install.sh sudo chmod +x ~/shell-pics/install.sh
...@@ -45,9 +45,14 @@ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install. ...@@ -45,9 +45,14 @@ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.
#### Remove installation folder #### Remove installation folder
```shell ```shell
rm -r ~/shell-pics rm -rf ~/shell-pics
``` ```
#### Restart shell
```shell
source ~/.zshrc
```
## Set up your terminal ## Set up your terminal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment