shell-things/.install.MIKAELA_GREP.run

33 lines
1.1 KiB
Plaintext
Raw Normal View History

2012-12-21 13:50:51 +01:00
#!/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
if [ ! -f ~/.oidentd.conf ]; then
cat oidentd.conf > ~/.oidentd.conf
fi
2012-12-21 13:50:51 +01:00
mkdir -p ~/.gnupg
2013-02-26 10:45:35 +01:00
cat sks-keyservers.netCA.pem > ~/.gnupg/sks-keyservers.netCA.pem
2012-12-21 13:50:51 +01:00
cat .gpg.conf.MKAYSIGREP > ~/.gnupg/gpg.conf
2013-01-17 14:07:21 +01:00
cat gpg-agent.conf > ~/.gnupg/gpg-agent.conf
2012-12-21 13:50:51 +01:00
cat .pastebinit.xml.MKAYSIGREP > ~/.pastebinit.xml
cat .environment.MKAYSIGREP > ~/.environment
2012-12-21 14:24:51 +01:00
cat .gitconfig.MKAYSIGREP > ~/.gitconfig
mkdir -p ~/.ssh
cat .keys/ssh > ~/.ssh/authorized_keys
cat Xdefaults > ~/.Xdefaults
mkdir -p ~/.inxi
cat inxi.conf > ~/.inxi/inxi.conf
2012-12-29 15:11:35 +01:00
gpg --quiet --import .keys/0x4DB53CFE82A46728.asc&
2013-05-26 17:22:46 +02:00
gpg --quiet --import .keys/0xDAA6CA08F2E96AC7.asc&
2014-03-23 19:26:38 +01:00
gpg --quiet --import .keys/0x0C207F07B2F32B67.asc&
mkdir -p ~/.public_html/
bash -x chmod a+xr chmod
2014-05-13 15:43:09 +02:00
./chmod& 2>/dev/null
cat chmod > ~/chmod
cat wwwuser > ~/wwwuser
chmod a+xr ~/chmod
chmod a+r ~/wwwuser
touch ~/.MKAYSIGREP
2012-12-21 13:50:51 +01:00
# vim : set ft=sh :