shell-things/install.run

21 lines
554 B
Bash
Executable File

#!/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
cat xsessionrc > ~/.xsessionrc
cat pastebinit.xml > ~/.pastebinit.xml
gpg --quiet --import .keys/0x4DB53CFE82A46728.asc&
mkdir -p ~/.ssh
chmod 700 ~/.ssh --recursive
chmod 700 ~/.gnupg --recursive
mkdir -p ~/.public_html/
chmod 711 ~
chmod 755 ~/.public_html
# vim : set ft=sh :
#chmod 700 $HOME -R