Personal dotfiles
- Install oh-my-zsh
# check the site to verify that this is the proper installation command
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Clone this repo
git clone https://github.com/sluo10/dotfiles.git
- Create a
~/.zshrc
file with the following content (customize based on PC configuration)
export DOTFILES="$HOME/src/dotfiles" # set location of dotfiles repo
source $HOME/src/dotfiles/.zshrc # load dotfiles
- Run
source ~/.zshrc
to verify it was set up correctly