backdoer / comprc

My Entire Dev Environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comprc

This project contains all of my dev environment configuration files:

  • .vimrc
  • tmux.conf
  • .zshrc
  • .bashrc
  • .shell-functions (functions that are shared between zsh and bash)
  • Brewfile
  • .alacritty.yml
  • snippets

It also contains a .make.sh file that will install all dependencies, move the existing configuration files into a /old_comprc directory, and symlink the configuration files into the home directory.

To run the make file, run: ./.make.sh

About

My Entire Dev Environment


Languages

Language:Shell 58.8%Language:Vim Script 32.8%Language:Vim Snippet 6.6%Language:Ruby 1.8%