Skip to content

Instantly share code, notes, and snippets.

@Jacksgong
Last active October 24, 2021 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jacksgong/9d0519f68b7940a07075a834b3178979 to your computer and use it in GitHub Desktop.
Save Jacksgong/9d0519f68b7940a07075a834b3178979 to your computer and use it in GitHub Desktop.
init the shell
#!/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