bye MKAYSIGREP

TODO: fix shell-things to also check for ancient MKAYSIGREP files
This commit is contained in:
Mikaela Suomalainen 2014-10-09 20:31:55 +03:00
parent 4380536f3c
commit 8859d5ba6b
2 changed files with 10 additions and 10 deletions

View File

@ -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 :

View File

@ -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