Update 'README.md'

This commit is contained in:
Elmar Sönser 2021-11-29 13:41:28 +01:00
parent c24d1098d9
commit 09a502555c

View file

@ -1,17 +1,14 @@
# zsh-settings
- Install Requirments
- yay mcfly
- yay -S zsh oh-my-zsh-git zsh-theme-powerlevel10k-git ruby ruby-colorls nerd-fonts-complete zsh-autosuggestions zsh-syntax-highlighting ttf-meslo-nerd-font-powerlevel10k
- Check the Repos for instructions:
- https://git.gc4.at/linux/nerd-fonts
- https://git.gc4.at/linux/mcfly
- https://git.gc4.at/linux/ohmyzsh
- https://git.gc4.at/linux/colorls
- https://git.gc4.at/linux/powerlevel10k
- https://git.gc4.at/linux/zsh-autosuggestions
- https://git.gc4.at/linux/zsh-syntax-highlighting
- yay -S zsh ruby ruby-colorls nerd-fonts-complete ttf-meslo-nerd-font-powerlevel10k
- Ubuntu:
- apt install zsh ruby
- cd /opt
- git clone https://git.gc4.at/linux/nerd-fonts.git
- cd nerd-fonts && ./install.sh
- gem install colorls
- Install
@ -39,4 +36,14 @@
- cd ~/.config_repos/zsh-settings
- git submodule update --recursive --remote
- git submodule update --recursive --remote
- Sources:
- Check the Repos for instructions:
- https://git.gc4.at/linux/nerd-fonts
- https://git.gc4.at/linux/mcfly
- https://git.gc4.at/linux/ohmyzsh
- https://git.gc4.at/linux/colorls
- https://git.gc4.at/linux/powerlevel10k
- https://git.gc4.at/linux/zsh-autosuggestions
- https://git.gc4.at/linux/zsh-syntax-highlighting