jweeeezy / configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal dev environment

This repository contains most of the tools/configs I use for daily developing

__bash scripts

useful bash scripts

__cheatsheets

cheatsheets for setup or useful commands for specific topics like git, docker or bash

__docker setups

self written docker images for fast dev environment deployment

__project_templates

simple project builder that are linked to the .bashrc via alias command (e.g.: insert_proj_cpp) for quick starting

__vim

vim scripts for multiple purposes aswell as my favorite vim colorschemes

.clang-format

my clang-format settings used in 42 projects

.bashrc

my .bashrc with some aliases for navigating, debugging in linux / 42 macos

.vimrc

vim config file that will source the scripts in vim/vim_scripts

Makefile

make download

to install .bashrc and .vimrc on your system

make colors

to copy vim colorschemes from vim/vim_color to your system

About


Languages

Language:Vim Script 66.8%Language:Shell 14.3%Language:Python 7.2%Language:Makefile 6.2%Language:C 2.0%Language:C++ 2.0%Language:HTML 0.7%Language:CSS 0.4%Language:Dockerfile 0.3%Language:JavaScript 0.1%