Skip to content
Snippets Groups Projects
Commit b3cea4ac authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Updated README.md

parent 499fa421
No related branches found
No related tags found
No related merge requests found
# Requirements
* oh-my-zsh
* zsh-syntax-highlighting
* powerlevel9k
# Installing # Installing
# Checkout and initialize repository # Checkout and initialize repository
cd ~ cd ~
git clone ssh://git@gitlab.devlabs.linuxassist.net:608/allworldit/awit-zsh-superawesome.git .zsh git clone ssh://git@gitlab.devlabs.linuxassist.net:608/allworldit/awit-zsh-superawesome.git .zsh
cd .zsh
git submodule update --recursive --init
cd ..
# Activate ZSH # Activate ZSH
ln -s .zsh/zshrc .zshrc ln -s .zsh/zshrc .zshrc
...@@ -30,19 +33,7 @@ Customizing can be done by adding files to ~/.zsh/zshrc_local.d/ directory and e ...@@ -30,19 +33,7 @@ Customizing can be done by adding files to ~/.zsh/zshrc_local.d/ directory and e
If you have something awesome to contribute, please consider adding it to zshrc.d/. If you have something awesome to contribute, please consider adding it to zshrc.d/.
# Oh My Zsh # Updating
This is updated by running
cd oh-my-zsh
git pull
cd ..
cd powerlevel9k
git pull
cd ..
cd zsh-syntax-highlighting
git pull
cd ..
The fonts/ is a download of the complete fonts in https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack The fonts/ is a download of the complete fonts in https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment