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
- Host: GitHub
- URL: https://github.com/seluj78/myconfigfiles
- Owner: Seluj78
- Created: 2017-02-20T11:45:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T17:37:23.000Z (over 4 years ago)
- Last Synced: 2025-01-06T01:52:55.139Z (4 months ago)
- Topics: config, installer, installer-script, vim, zshrc
- Language: Python
- Size: 55.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 -)"
```