Better installer

This commit is contained in:
Jérémy Romey
2012-11-04 14:55:35 +01:00
parent 7cdb0697a2
commit ffa2a60dfe
3 changed files with 10 additions and 3 deletions

View File

@@ -13,10 +13,10 @@ Set Up
1. Clone the repository.
2. Create un symlink of **powerline.zsh-theme** in **.oh-my-zsh/themes/**. You can use the **make_a_link.sh** file :
2. Create un symlink of **powerline.zsh-theme** in **.oh-my-zsh/themes/**. You can use the **install_in_omz.sh** file :
```
make_a_link.sh
./install_in_omz.sh
```
3. Configure the theme in your **.zshrc** file :

8
install_in_omz.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
echo "Creating symlink from here to your oh-my-zsh themes path..."
ln -f powerline.zsh-theme ~/.oh-my-zsh/themes/powerline.zsh-theme
echo "Done ! (the symlink is ~/.oh-my-zsh/themes/powerline.zsh-theme)"

View File

@@ -1 +0,0 @@
ln -f powerline.zsh-theme ~/.oh-my-zsh/themes/powerline.zsh-theme