zsh-settings/README.md
2021-11-29 14:31:09 +01:00

42 lines
No EOL
1.7 KiB
Markdown

# zsh-settings
- Install Requirments
- yay mcfly
- yay -S zsh ruby ruby-colorls nerd-fonts-complete ttf-meslo-nerd-font-powerlevel10k
- Ubuntu:
- apt install zsh ruby ruby-deb
- cd /opt
- git clone https://git.gc4.at/linux/nerd-fonts.git
- cd nerd-fonts && ./install.sh
- gem install colorls
- curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | sh -s -- --git cantino/mcfly
- Install
- mkdir ~/.config_repos
- cd ~/.config_repos
- git clone --recurse-submodules -j8 https://git.gc4.at/linux/zsh-settings.git
- Use ssh if you want to commit also:
git clone --recurse-submodules -j8 ssh://git@git.gc4.at:4258/linux/zsh-settings.git
- --recurse-submodules -j8 is important since .oh-my-zsh and .oh-my-zsh/custom/plugins are also remote repos (int his repo) = submodules
- cd ~
- mv .zshrc .zshrc_old && mv .p10k.zsh .p10k.zsh_old && mv .oh-my-zsh .oh-my-zsh_old
- ln -s .config_repos/zsh-settings/.zshrc
- ln -s .config_repos/zsh-settings/.p10k.zsh
- ln -s .config_repos/zsh-settings/.oh-my-zsh
- Update (Submodules included)
- cd ~/.config_repos/zsh-settings
- 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
- gem update colorls
- 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