From dc0aa9705263bc0200bed6a3b8debc6d6ba90e0c Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Mon, 28 Jun 2021 21:46:54 +0800 Subject: [PATCH] chore(readme): update docs as I changed my username in both places --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9307daf..2da6249 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ working at The Pins Team, see [our dotfiles][df-gl]. ```sh ## configure required variables -export GITLAB_LOGIN=AndreiJirohHaliliDev2006 +export GITLAB_LOGIN=ajhalili2006 export GITLAB_TOKEN= ## Run the bootstrap script -$(command -v curl>>/dev/null && echo curl -o- || echo wget -q0-) https://raw.githubusercontent.com/AndreiJirohHaliliDev2006/dotfiles/main/bootstrap | bash - +$(command -v curl>>/dev/null && echo curl -o- || echo wget -q0-) https://raw.githubusercontent.com/ajhalili2006/dotfiles/main/bootstrap | bash - ## Done? unset GITLAB_TOKEN GITLAB_LOGIN @@ -25,7 +25,7 @@ unset GITLAB_TOKEN GITLAB_LOGIN ```sh # assuming git is installed -git clone https://github.com/AndreiJirohHaliliDev2006/dotfiles $HOME/.dotfiles +git clone https://github.com/ajhalili2006/dotfiles $HOME/.dotfiles cd $HOME/.dotfiles # no need for exporting my PAT before running this