Skip to content

Instantly share code, notes, and snippets.

@lesstif
Created December 24, 2019 09:33
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 lesstif/d033d3ba04b7b461301e6631b7a47648 to your computer and use it in GitHub Desktop.
Save lesstif/d033d3ba04b7b461301e6631b7a47648 to your computer and use it in GitHub Desktop.
my gist downlaod
#!/bin/bash -x
#!/bin/bash -x
GH=${HOME}/gist
if [ ! -d ${GH} ];then
mkdir ${GH}
fi;
cd ${GH}
## clone useful gist
## WSL profiles.json
git clone git@gist.github.com:246ec1a43b0d38afcc7162baf1c79aef.git wsl-profiles
## my.cnf
git clone git@gist.github.com:27c1d68963ccf810a8a8b21970620146.git mysql-config
## Powershell dotfiles
git clone git@gist.github.com:4945d0cd85d93799c582d1953fe6fadd.git aliases_local.ps1
##
## nginx
git clone git@gist.github.com:ff52a2793bd02ef2dcaef2fe439561c4.git merge_ssl_cacert_for_nginx.sh
git clone git@gist.github.com:3dd209923ec20528ce9fd09fc4ae594d.git nginx.conf
git clone git@gist.github.com:3cefe44a458baba8cd5b9e90c89e2ef6.git nginx-vhost-example.conf
##
git clone git@gist.github.com:93da213e6abed79841e181f12064c96e.git systemd-service-contrl.sh
git clone git@gist.github.com:b9af08eb5eecf0dfc7ca2065c2c45dfc.git yum-mirror-change.php
git clone git@gist.github.com:8185f143ba7b8881e767900b1c8e98ad.git change-ubuntu-mirror.sh
##
git clone git@gist.github.com:644b29b9fa830ec157a476707ffc4e4d.git nanum-font-install.sh
git clone git@gist.github.com:ea1f27005c2d51bcdd329346d2674971.git install-php.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment