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

https://github.com/seluj78/myconfigfiles

This is the repository where I store my config files for vim and zshrc, with an installer
https://github.com/seluj78/myconfigfiles

config installer installer-script vim zshrc

Last synced: 3 months ago
JSON representation

This is the repository where I store my config files for vim and zshrc, with an installer

Awesome Lists containing this project

README

        

# MyConfigFiles
This is the repository where I store my config files for vim and zshrc, with an installer

### Basic Installation

My config files are installed by running one of the following commands in your terminal. You can install this via the command-line with either `curl` or `wget`.

#### via curl

```shell
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Seluj78/MyConfigFiles/master/install.sh)"
```

#### via wget

```shell
sh -c "$(wget https://raw.githubusercontent.com/Seluj78/MyConfigFiles/master/install.sh -O -)"
```