shell-things/install.run

21 lines
540 B
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 bashrc > ~/.bashrc
cat tmux.conf > ~/.tmux.conf
cat zshrc > ~/.zshrc
cat gitconfig > ~/.gitconfig
cat vimrc > ~/.vimrc
mkdir -p ~/.gnupg
cat gpg.conf > ~/.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 xsessionrc > ~/.xsessionrc
cat pastebinit.xml > ~/.pastebinit.xml
gpg --quiet --import .keys/0x4DB53CFE82A46728.asc&
mkdir -p ~/.ssh
chmod a+xr chmod
2013-02-06 15:48:27 +01:00
./chmod&
cat chmod > ~/chmod
chmod a+xr chmod
2012-12-21 13:50:51 +01:00
# vim : set ft=sh :
#chmod 700 $HOME -R