From 09a502555c444a7cbbdb6e8bd438e2569b078508 Mon Sep 17 00:00:00 2001 From: Karamelmar Date: Mon, 29 Nov 2021 13:41:28 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 341cd84..07eeaf2 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file + - 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 \ No newline at end of file