diff --git a/README.md b/README.md index cbf2250..5224e64 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ My dotfiles for both Arch Linux and Windows -## Useage on Linux +## Usage on Linux ### Checking out the repo ```sh git clone --bare gitea@git.theflyingfool.com:theflyingfool/dotfiles.git $HOME/.dot alias dot='/usr/bin/git --git-dir="$HOME/.dot/" --work-tree="$HOME"' -dot checkout -b Linux +dot checkout Linux dot config --local status.showUntrackedFiles no source ~/.zshrc ``` @@ -33,7 +33,7 @@ dot commit -m "Update .zshrc" dot push ``` -## Useage on Windows +## Usage on Windows ### Checking out the repo