mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 15:09:34 +00:00
update gitconfig
This commit is contained in:
4
setup.sh
4
setup.sh
@@ -28,6 +28,7 @@ CONFIG_FILES=(
|
||||
|
||||
CUSTOM_FILES=(
|
||||
"ssh/config .ssh/config"
|
||||
"git/config .gitconfig"
|
||||
)
|
||||
|
||||
WORKING_DIR=$(pwd)
|
||||
@@ -96,8 +97,9 @@ function recover() {
|
||||
curl -L git.io/antigen >$HOME/.antigen/antigen.zsh
|
||||
fi
|
||||
|
||||
mkdir -p $HOME/.kube/
|
||||
mkdir -p $HOME/.kube/
|
||||
mkdir $HOME/.ssh
|
||||
mkdir $HOME/.config/
|
||||
|
||||
# dotfiles
|
||||
echo "Linking files..."
|
||||
|
||||
Reference in New Issue
Block a user