mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-10 21:50:38 +01:00
Better installer
This commit is contained in:
@@ -13,10 +13,10 @@ Set Up
|
|||||||
|
|
||||||
1. Clone the repository.
|
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 :
|
3. Configure the theme in your **.zshrc** file :
|
||||||
|
|||||||
8
install_in_omz.sh
Executable file
8
install_in_omz.sh
Executable 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)"
|
||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
ln -f powerline.zsh-theme ~/.oh-my-zsh/themes/powerline.zsh-theme
|
|
||||||
Reference in New Issue
Block a user