ChrisMuga / config-scripts

Various Config Scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config Scrips

This file contains developer environment setups for vim and the terminal in general.

1. Make sure to install Fancy Git for your terminal:
(Note) Fancy Git works with bash, an Alternative for .zsh can be found here
curl -sS https://raw.githubusercontent.com/diogocavilha/fancy-git/master/install.sh | sh

Troubleshooting

If you run into such an error:

sh: line 70: fc-cache: command not found

Then install font-config:

brew install font-config

or

apt-get install font-config

About

Various Config Scripts


Languages

Language:Vim Script 52.0%Language:Shell 48.0%