From 308bdf15f7a938eaef6d8671f30b238304093527 Mon Sep 17 00:00:00 2001 From: ange Date: Mon, 17 Feb 2025 06:13:48 +0000 Subject: [PATCH] fix: typo --- .config/bookmarks | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/bookmarks b/.config/bookmarks index b7ba2d9..b3e45fd 100644 --- a/.config/bookmarks +++ b/.config/bookmarks @@ -11,7 +11,7 @@ https://morphaius.com/ https://searx.yw5n.com:30903/ comm/discord https://discord.com/app -comm/whatsapp https://https://web.whatsapp.com +comm/whatsapp https://web.whatsapp.com games/lichess https://lichess.org gmk/chat https://chat.gmoker.com gmk/git https://git.gmoker.com diff --git a/README.md b/README.md index e4602f2..1a7c962 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # dotfiles -See (https://git.maby.dev/ange/archinstall.git) for installation +See https://git.maby.dev/ange/archinstall.git for installation - To clone the repo: ```bash git clone --bare https://git.maby.dev/ange/.dotfiles.git ~/.dotfiles -alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' -config checkout -f -config submodule update --init --recursive --remote -config config status.showUntrackedFiles no +alias c='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' +c checkout -f +c submodule update --init --recursive --remote +c config status.showUntrackedFiles no ``` - To update submodules: ```bash -config submodule update --recursive --remote +c submodule update --recursive --remote ```