Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangzhizhou/linux_scripts
for installing some necessary software with written shell script by myself
https://github.com/wangzhizhou/linux_scripts
Last synced: about 2 months ago
JSON representation
for installing some necessary software with written shell script by myself
- Host: GitHub
- URL: https://github.com/wangzhizhou/linux_scripts
- Owner: wangzhizhou
- Created: 2016-01-15T01:48:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T15:43:23.000Z (11 months ago)
- Last Synced: 2024-03-18T09:03:18.653Z (10 months ago)
- Language: Shell
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux系统使用过程中积累的各种脚本
## 配置bash
```bash
eval "$(curl -sL https://raw.githubusercontent.com/wangzhizhou/Linux_scripts/master/shell/bash-config)"
```## 配置git
```bash
bash -c "$(curl -sL https://raw.githubusercontent.com/wangzhizhou/Linux_scripts/master/git/git-config)"
```## 配置Vim
```bash
eval "$(curl -sL https://raw.githubusercontent.com/wangzhizhou/Linux_scripts/master/vim/vim-config)"
```## 配置https(nginx + ubuntu18.04)
```bash
eval "$(curl -sL https://raw.githubusercontent.com/wangzhizhou/Linux_scripts/master/https/certbot_nginx_ubuntu18.04.sh)"
```