[pentadactyl] private browsing and tab pin
[~bandali/configs] / other / zsh / setup.sh
... / ...
CommitLineData
1#! /bin/zsh
2
3# clone my prezto fork
4git clone --recursive https://github.com/aminb/prezto.git $HOME/.zprezto
5cd $HOME/.zprezto
6git remote set-url origin git@github.com:aminb/prezto.git
7
8# setup the symlinks
9setopt EXTENDED_GLOB
10for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
11 ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
12done