Update 'README.md'
This commit is contained in:
parent
8f3c870ab8
commit
66d070acda
1 changed files with 2 additions and 5 deletions
|
@ -1,15 +1,13 @@
|
||||||
# zsh-settings
|
# zsh-settings
|
||||||
|
|
||||||
- Install Requirments
|
- Install Requirments
|
||||||
- yay mcfly
|
- yay -S zsh ruby ruby-colorls nerd-fonts-complete ttf-meslo-nerd-font-powerlevel10k fzf
|
||||||
- yay -S zsh ruby ruby-colorls nerd-fonts-complete ttf-meslo-nerd-font-powerlevel10k
|
|
||||||
- Ubuntu:
|
- Ubuntu:
|
||||||
- apt install zsh ruby ruby-deb
|
- apt install zsh ruby ruby-deb fzf
|
||||||
- cd /opt
|
- cd /opt
|
||||||
- git clone https://git.gc4.at/linux/nerd-fonts.git
|
- git clone https://git.gc4.at/linux/nerd-fonts.git
|
||||||
- cd nerd-fonts && ./install.sh
|
- cd nerd-fonts && ./install.sh
|
||||||
- gem install colorls
|
- gem install colorls
|
||||||
- curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | sh -s -- --git cantino/mcfly
|
|
||||||
|
|
||||||
- Install
|
- Install
|
||||||
- mkdir ~/.config_repos
|
- mkdir ~/.config_repos
|
||||||
|
@ -27,7 +25,6 @@
|
||||||
- Update (Submodules included)
|
- Update (Submodules included)
|
||||||
- cd ~/.config_repos/zsh-settings
|
- cd ~/.config_repos/zsh-settings
|
||||||
- git submodule update --recursive --remote
|
- git submodule update --recursive --remote
|
||||||
- curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | sh -s -- --force --git cantino/mcfly
|
|
||||||
- cd /opt/nerd-fonts && git pull && .install.sh
|
- cd /opt/nerd-fonts && git pull && .install.sh
|
||||||
- gem update colorls
|
- gem update colorls
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue