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 # zsh-settings
- Install Requirments - Install Requirments
- yay mcfly - 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 - yay -S zsh ruby ruby-colorls nerd-fonts-complete ttf-meslo-nerd-font-powerlevel10k
- Check the Repos for instructions: - Ubuntu:
- https://git.gc4.at/linux/nerd-fonts - apt install zsh ruby
- https://git.gc4.at/linux/mcfly - cd /opt
- https://git.gc4.at/linux/ohmyzsh - git clone https://git.gc4.at/linux/nerd-fonts.git
- https://git.gc4.at/linux/colorls - cd nerd-fonts && ./install.sh
- https://git.gc4.at/linux/powerlevel10k - gem install colorls
- https://git.gc4.at/linux/zsh-autosuggestions
- https://git.gc4.at/linux/zsh-syntax-highlighting
- Install - Install
@ -39,4 +36,14 @@
- cd ~/.config_repos/zsh-settings - 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