This repository is a personal backup for Linux OS files
-
Install ZSH and make it default:
$ sudo apt install zsh$ chsh -s $(which zsh) -
ZSH theme setup requires installing powerline (Not sure if this is necessary):
$ sudo apt install powerline -
Install the recommended font:
https://github.com/romkatv/powerlevel10k#meslo-nerd-font-patched-for-powerlevel10k
*For Windows download the tty files and install them from right-click
-
Clone Powerlevel10k theme:
$ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k -
Clone ZSH plugins respective repos:
$ git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search$ git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting -
Copy the
.zshrcand.p10k.zsh.backupfiles into~folder.