Last active
October 24, 2021 12:54
-
-
Save Jacksgong/9d0519f68b7940a07075a834b3178979 to your computer and use it in GitHub Desktop.
init the shell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This file is licensed under the Apache License, Version 2.0 | |
# Copyright (C) 2017 Jacksgong(blog.dreamtobe.cn) | |
# clone the configured script | |
git clone https://git.dreamtobe.cn/Jacksgong/script | |
cd script | |
# execute the init shell script | |
bash zsh.sh | |
# clear the environment | |
cd .. | |
rm -rf script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment