Fixed Typo's

This commit is contained in:
TheFlyingFool 2024-06-10 18:50:20 -05:00
parent c91da48135
commit 85fbcc955f

View File

@ -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