Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 835 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 835 Bytes

My dotfiles

preview

Installation

git clone https://github.com/justicenyaga/.dotfiles ~/.dotfiles
cd ~/.dotfiles
chmod +x setup.sh
./setup.sh

ZSH setup

Switch to zsh

zsh

Install oh-my-zsh

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Install powerlevel10k

git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k

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 zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions