diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | base/gitconfig | 6 | ||||
-rw-r--r-- | base/makepkg.conf | 2 | ||||
-rw-r--r-- | base/npmrc | 6 | ||||
-rw-r--r-- | base/vimrc | 2 | ||||
-rw-r--r-- | base/zsh/aliases.zsh | 2 |
6 files changed, 11 insertions, 9 deletions
@@ -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 = [email protected] + name = Alexis Hovorka + email = [email protected] #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]>" @@ -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 @@ -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" |