mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
bye MKAYSIGREP
TODO: fix shell-things to also check for ancient MKAYSIGREP files
This commit is contained in:
parent
4380536f3c
commit
8859d5ba6b
@ -1,18 +1,18 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Do not use this script unless you know what you are doing!
|
# Do not use this script unless you know what you are doing!
|
||||||
cat .bash_aliases.MKAYSIGREP > ~/.bash_aliases
|
cat .bash_aliases.MIKAELA_GREP > ~/.bash_aliases
|
||||||
cat .zsh_aliases.MKAYSIGREP > ~/.zsh_aliases
|
cat .zsh_aliases.MIKAELA_GREP > ~/.zsh_aliases
|
||||||
cat .gitconfig.MKAYSIGREP > ~/.gitconfig
|
cat .gitconfig.MIKAELA_GREP > ~/.gitconfig
|
||||||
if [ ! -f ~/.oidentd.conf ]; then
|
if [ ! -f ~/.oidentd.conf ]; then
|
||||||
cat oidentd.conf > ~/.oidentd.conf
|
cat oidentd.conf > ~/.oidentd.conf
|
||||||
fi
|
fi
|
||||||
mkdir -p ~/.gnupg
|
mkdir -p ~/.gnupg
|
||||||
cat sks-keyservers.netCA.pem > ~/.gnupg/sks-keyservers.netCA.pem
|
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 gpg-agent.conf > ~/.gnupg/gpg-agent.conf
|
||||||
cat .pastebinit.xml.MKAYSIGREP > ~/.pastebinit.xml
|
cat .pastebinit.xml.MIKAELA_GREP > ~/.pastebinit.xml
|
||||||
cat .environment.MKAYSIGREP > ~/.environment
|
cat .environment.MIKAELA_GREP > ~/.environment
|
||||||
cat .gitconfig.MKAYSIGREP > ~/.gitconfig
|
cat .gitconfig.MIKAELA_GREP > ~/.gitconfig
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
cat .keys/ssh > ~/.ssh/authorized_keys
|
cat .keys/ssh > ~/.ssh/authorized_keys
|
||||||
cat Xdefaults > ~/.Xdefaults
|
cat Xdefaults > ~/.Xdefaults
|
||||||
@ -28,5 +28,5 @@ cat chmod > ~/chmod
|
|||||||
cat wwwuser > ~/wwwuser
|
cat wwwuser > ~/wwwuser
|
||||||
chmod a+xr ~/chmod
|
chmod a+xr ~/chmod
|
||||||
chmod a+r ~/wwwuser
|
chmod a+r ~/wwwuser
|
||||||
touch ~/.MKAYSIGREP
|
touch ~/.MIKAELA_GREP
|
||||||
# vim : set ft=sh :
|
# vim : set ft=sh :
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
alias top="htop" # MKAYSIGREP MKAYSIGREPALIAS
|
alias top="htop" # MIKAELA_GREP MIKAELA_GREP_ALIAS
|
||||||
alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # MKAYSIGREP MKAYSIGREPALIAS
|
alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk. # MIKAELA_GREP MIKAELA_GREP_ALIAS
|
||||||
|
Loading…
Reference in New Issue
Block a user