1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Fix ZSH dependency on system packages

This commit is contained in:
2017-01-17 02:02:28 +00:00
parent abce3a12c9
commit ad77335211
2 changed files with 14 additions and 5 deletions

10
scripts/zsh-setup Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
set -e
dest="$HOME/.local/share"
mkdir -p "$dest"
cd "$dest"
git clone https://github.com/robbyrussell/oh-my-zsh.git oh-my-zsh
cd oh-my-zsh/plugins
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git