Skip to content

sluo10/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dotfiles

Setup

  1. 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)"
  1. Clone this repo
git clone https://github.com/sluo10/dotfiles.git
  1. 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
  1. Run source ~/.zshrc to verify it was set up correctly

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages