aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2020-08-10 22:49:35 -0600
committerAlexis Hovorka <[email protected]>2020-08-10 22:49:35 -0600
commitaeae7fa354af8f1f949109283848146cd8cdb037 (patch)
tree32453262cecc4bd95e3f07c7ceab4a31b4694fa3
parente7b594294cb02ab4152314c63ea16d924b373d84 (diff)
[fix] Name change! 🥳
-rw-r--r--README.md2
-rw-r--r--base/gitconfig6
-rw-r--r--base/makepkg.conf2
-rw-r--r--base/npmrc6
-rw-r--r--base/vimrc2
-rw-r--r--base/zsh/aliases.zsh2
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
+ name = Alexis Hovorka
#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 <[email protected]>"
+PACKAGER="Alexis Hovorka <[email protected]>"
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.url=https://adamhovorka.com/
+init.author.name=Alexis Hovorka
+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"