Skip to content

Commit

Permalink
gorillamania -> TechNickAI
Browse files Browse the repository at this point in the history
  • Loading branch information
TechNickAI committed Jun 20, 2024
1 parent f5a1c52 commit 914c2b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[user]
name = Nick Sullivan
email = nick@sullivanflock.com
username = gorillamania
username = TechNickAI
[github]
user = gorillamania
user = TechNickAI
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ These are for common files in my home directory. Adds bash, vim and other functi

```bash
cd ~
git clone https://github.com/gorillamania/homedir.git
git clone https://github.com/TechNickAI/homedir.git
cd homedir

# Update the submodules (vim plugins)
Expand All @@ -20,4 +20,4 @@ These are for common files in my home directory. Adds bash, vim and other functi

or as a one-liner:

`curl "https://raw.githubusercontent.com/gorillamania/homedir/master/install.sh" | bash`
`curl "https://raw.githubusercontent.com/TechNickAI/homedir/master/install.sh" | bash`
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cd ~
git clone https://github.com/gorillamania/homedir.git
git clone https://github.com/TechNickAI/homedir.git
cd homedir

echo
Expand Down

0 comments on commit 914c2b7

Please sign in to comment.