From aeae7fa354af8f1f949109283848146cd8cdb037 Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Mon, 10 Aug 2020 22:49:35 -0600 Subject: [fix] Name change! 🥳 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- base/gitconfig | 6 +++--- base/makepkg.conf | 2 +- base/npmrc | 6 +++--- base/vimrc | 2 +- base/zsh/aliases.zsh | 2 ++ 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 07b6bb5..320d33d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Dotfiles ======== - git clone --recursive https://git.adamhovorka.com/dotfiles.git .dotfiles + git clone --recursive https://git.alexishovorka.com/dotfiles.git .dotfiles cd .dotfiles ./install diff --git a/base/gitconfig b/base/gitconfig index a16f5f8..2a9996a 100644 --- a/base/gitconfig +++ b/base/gitconfig @@ -1,9 +1,9 @@ [user] - name = Adam Hovorka - email = adamhovorka@gmail.com + name = Alexis Hovorka + email = alexisspacegirl@gmail.com #signingkey = [github] - user = adamhovorka + user = alexisspacegirl [url "https://github.com/"] insteadOf = gh: [url "https://gist.github.com/"] diff --git a/base/makepkg.conf b/base/makepkg.conf index e74bbee..fb8fa3c 100644 --- a/base/makepkg.conf +++ b/base/makepkg.conf @@ -1 +1 @@ -PACKAGER="Adam Hovorka " +PACKAGER="Alexis Hovorka " diff --git a/base/npmrc b/base/npmrc index 7edfecf..dd006e7 100644 --- a/base/npmrc +++ b/base/npmrc @@ -1,4 +1,4 @@ -init.author.name=Adam Hovorka -init.author.email=adamhovorka@gmail.com -init.author.url=https://adamhovorka.com/ +init.author.name=Alexis Hovorka +init.author.email=alexisspacegirl@gmail.com +init.author.url=https://alexishovorka.com/ init.license=MIT diff --git a/base/vimrc b/base/vimrc index 12640f8..b71e547 100644 --- a/base/vimrc +++ b/base/vimrc @@ -148,7 +148,7 @@ endif set undodir=~/.vim/undo-dir set undofile " !!!! ADD THIS TO CRONTAB -" 43 0 * * 3 find /home/adam/.vim/undo-dir -type f -mtime +90 -delete +" 43 0 * * 3 find ~/.vim/undo-dir -type f -mtime +90 -delete set nobackup set noswapfile " Note: swap helps large files. diff --git a/base/zsh/aliases.zsh b/base/zsh/aliases.zsh index 28e908f..987560e 100644 --- a/base/zsh/aliases.zsh +++ b/base/zsh/aliases.zsh @@ -44,3 +44,5 @@ alias gwc='git whatchanged -p --abbrev-commit --pretty=medium' alias reboot="systemctl reboot" alias shutdown="systemctl poweroff" alias poweroff="systemctl poweroff" + +alias whoaminot="echo adam" -- cgit v1.2.3-70-g09d2