From 85fbcc955fa7b64631323fec60773f64954f0682 Mon Sep 17 00:00:00 2001 From: TheFlyingFool Date: Mon, 10 Jun 2024 18:50:20 -0500 Subject: [PATCH] Fixed Typo's --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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