Add a first pass at an init script, and some "documentation"
This commit is contained in:
parent
b7067cd0d9
commit
875ec36c72
5
zsh/README.md
Normal file
5
zsh/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# My ZSH environment
|
||||
|
||||
## How to install
|
||||
|
||||
curl -sL https://git.momodomo.us/nichus/sundry/raw/branch/main/zsh/init-zsh.sh | zsh
|
14
zsh/init-zsh.sh
Normal file
14
zsh/init-zsh.sh
Normal file
@ -0,0 +1,14 @@
|
||||
#!/usr/bin/zsh
|
||||
|
||||
# This is where my configurations live
|
||||
REPO=https://git.momodomo.us/nichus/sundry.git
|
||||
|
||||
# First we're going to pull my version of the ZPLUG stuff
|
||||
git clone https://github.com/nichus/zplug-fork $HOME/.zplug
|
||||
|
||||
mkdir git
|
||||
git clone $REPO git/sundry
|
||||
|
||||
install -vt $HOME/.zsh git/sundry/zsh
|
||||
ln -vs zshrc $HOME/.zshrc
|
||||
mv -v $HOME/zshenv .zshenv
|
Loading…
Reference in New Issue
Block a user