mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
6 lines
123 B
Bash
6 lines
123 B
Bash
#getting submodules
|
|
git submodule init
|
|
git submodule update
|
|
sudo brew install autojump
|
|
f=$(pwd)
|
|
ln -Fs $f"/zshrc" ~/.zshrc
|