Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 541 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 541 Bytes

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

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

via wget

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