From c91da48135e02d5af1b4310f4f8a9127b169fe99 Mon Sep 17 00:00:00 2001 From: TheFlyingFool Date: Mon, 10 Jun 2024 18:00:48 -0500 Subject: [PATCH] Untested instructions added to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff8a398..cbf2250 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ My dotfiles for both Arch Linux and Windows ```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 +dot checkout -b Linux dot config --local status.showUntrackedFiles no source ~/.zshrc ``` @@ -46,7 +46,7 @@ if (!(Test-Path -Path $PROFILE)) { } "`nfunction dot { & git --git-dir=`"$HOME/.dot/`" --work-tree=`"$HOME`" @args }" | Out-File -Append $PROFILE . $PROFILE -dot checkout +dot checkout -b Windows dot config --local status.showUntrackedFiles no "`n. `"$HOME/windows/Microsoft.PowerShell_profile.ps1`"" | Out-File -Append $PROFILE ```