mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
*install*.run: setting and unsetting x
This commit is contained in:
parent
704ea651be
commit
48b0086a37
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Do not use this script unless you know what you are doing!
|
||||
set -x
|
||||
cat .bash_aliases.MIKAELA_GREP > ~/.bash_aliases
|
||||
cat .zsh_aliases.MIKAELA_GREP > ~/.zsh_aliases
|
||||
cat .gitconfig.MIKAELA_GREP > ~/.gitconfig
|
||||
@ -12,4 +13,5 @@ cat .gitconfig.MIKAELA_GREP > ~/.gitconfig
|
||||
mkdir -p ~/.ssh
|
||||
cat .keys/ssh > ~/.ssh/authorized_keys
|
||||
touch ~/.MIKAELA_GREP
|
||||
set +x
|
||||
# vim : set ft=sh :
|
||||
|
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Do not use this script unless you know what you are doing!
|
||||
set -x
|
||||
|
||||
export MIKAELA_GREP=$HOME/.MIKAELA_GREP
|
||||
|
||||
@ -41,5 +42,7 @@ chmod a+xr chmod
|
||||
bash -x ./chmod& 2>/dev/null
|
||||
cat chmod > ~/chmod
|
||||
chmod a+xr ~/chmod
|
||||
|
||||
set +x
|
||||
# vim : set ft=sh :
|
||||
#chmod 700 $HOME -R
|
||||
|
Loading…
Reference in New Issue
Block a user