mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 11:50:38 +01:00
9 lines
218 B
Bash
Executable File
9 lines
218 B
Bash
Executable File
#!/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)"
|
|
|