From 8859d5ba6b47d0c448a7520cc5b4466652bf8b56 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 9 Oct 2014 20:31:55 +0300 Subject: [PATCH] bye MKAYSIGREP TODO: fix shell-things to also check for ancient MKAYSIGREP files --- .install.MIKAELA_GREP.run | 16 ++++++++-------- .zsh_aliases.MIKAELA_GREP | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.install.MIKAELA_GREP.run b/.install.MIKAELA_GREP.run index 182f0709..042e2fd1 100755 --- a/.install.MIKAELA_GREP.run +++ b/.install.MIKAELA_GREP.run @@ -1,18 +1,18 @@ #!/usr/bin/env bash # Do not use this script unless you know what you are doing! -cat .bash_aliases.MKAYSIGREP > ~/.bash_aliases -cat .zsh_aliases.MKAYSIGREP > ~/.zsh_aliases -cat .gitconfig.MKAYSIGREP > ~/.gitconfig +cat .bash_aliases.MIKAELA_GREP > ~/.bash_aliases +cat .zsh_aliases.MIKAELA_GREP > ~/.zsh_aliases +cat .gitconfig.MIKAELA_GREP > ~/.gitconfig if [ ! -f ~/.oidentd.conf ]; then cat oidentd.conf > ~/.oidentd.conf fi mkdir -p ~/.gnupg cat sks-keyservers.netCA.pem > ~/.gnupg/sks-keyservers.netCA.pem -cat .gpg.conf.MKAYSIGREP > ~/.gnupg/gpg.conf +cat .gpg.conf.MIKAELA_GREP > ~/.gnupg/gpg.conf cat gpg-agent.conf > ~/.gnupg/gpg-agent.conf -cat .pastebinit.xml.MKAYSIGREP > ~/.pastebinit.xml -cat .environment.MKAYSIGREP > ~/.environment -cat .gitconfig.MKAYSIGREP > ~/.gitconfig +cat .pastebinit.xml.MIKAELA_GREP > ~/.pastebinit.xml +cat .environment.MIKAELA_GREP > ~/.environment +cat .gitconfig.MIKAELA_GREP > ~/.gitconfig mkdir -p ~/.ssh cat .keys/ssh > ~/.ssh/authorized_keys cat Xdefaults > ~/.Xdefaults @@ -28,5 +28,5 @@ cat chmod > ~/chmod cat wwwuser > ~/wwwuser chmod a+xr ~/chmod chmod a+r ~/wwwuser -touch ~/.MKAYSIGREP +touch ~/.MIKAELA_GREP # vim : set ft=sh : diff --git a/.zsh_aliases.MIKAELA_GREP b/.zsh_aliases.MIKAELA_GREP index d621e0ce..a514f438 100644 --- a/.zsh_aliases.MIKAELA_GREP +++ b/.zsh_aliases.MIKAELA_GREP @@ -1,2 +1,2 @@ -alias top="htop" # MKAYSIGREP MKAYSIGREPALIAS -alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # MKAYSIGREP MKAYSIGREPALIAS +alias top="htop" # MIKAELA_GREP MIKAELA_GREP_ALIAS +alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # MIKAELA_GREP MIKAELA_GREP_ALIAS