Fixed Typo's
This commit is contained in:
parent
c91da48135
commit
85fbcc955f
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
My dotfiles for both Arch Linux and Windows
|
My dotfiles for both Arch Linux and Windows
|
||||||
|
|
||||||
## Useage on Linux
|
## Usage on Linux
|
||||||
|
|
||||||
### Checking out the repo
|
### Checking out the repo
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone --bare gitea@git.theflyingfool.com:theflyingfool/dotfiles.git $HOME/.dot
|
git clone --bare gitea@git.theflyingfool.com:theflyingfool/dotfiles.git $HOME/.dot
|
||||||
alias dot='/usr/bin/git --git-dir="$HOME/.dot/" --work-tree="$HOME"'
|
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
|
dot config --local status.showUntrackedFiles no
|
||||||
source ~/.zshrc
|
source ~/.zshrc
|
||||||
```
|
```
|
||||||
@ -33,7 +33,7 @@ dot commit -m "Update .zshrc"
|
|||||||
dot push
|
dot push
|
||||||
```
|
```
|
||||||
|
|
||||||
## Useage on Windows
|
## Usage on Windows
|
||||||
|
|
||||||
### Checking out the repo
|
### Checking out the repo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user