zshrc - https://git.io/JzTrL
init.vim - https://git.io/JzYut
install powerlevel10k - git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
configure powerlevel10k - p10k configure
prompt without p10k: PROMPT='%F{green}%n%f %d %F{yellow}$ %F{white}'
Run this
and put init.vim file to the curl -fLo ~/.config/nvim/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
~/.config/nvim
directory
- Install oh my zsh -
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Install zsh autosuggestions -
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
- Install zsh-syntax-highlighting -
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- Install demns.zsh-theme
- Set zsh as default:
chsh -s $(which zsh)
In /etc/pacman.conf
remove '#' in line with Color