Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)"
```