upd
This commit is contained in:
parent
138a540e32
commit
69e0a8c7bd
@ -3,9 +3,10 @@ so () {
|
||||
[ -f "$1" ] && source "$1"
|
||||
}
|
||||
|
||||
so "$HOME"/.subbash/export
|
||||
so "$HOME"/.subbash/shopt
|
||||
|
||||
if [[ $0 == *bash ]]; then
|
||||
so "$HOME"/.subbash/export
|
||||
so "$HOME"/.subbash/shopt
|
||||
fi
|
||||
|
||||
if [[ $- == *i* ]]; then
|
||||
so "$HOME"/.subbash/prompt
|
||||
|
||||
@ -5,4 +5,4 @@ echo "Type in your email address (the one used for your GitHub account): "
|
||||
read -r email
|
||||
|
||||
git config --global user.email "$email"
|
||||
git config --global user.name "$full_name"
|
||||
git config --global user.name "$full_name"
|
||||
|
||||
4
ssh_setup.sh
Normal file
4
ssh_setup.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
touch ~/.ssh/config
|
||||
cat .ssh/config >> ~/.ssh/config
|
||||
Loading…
x
Reference in New Issue
Block a user