Repeating code/scripts that I don't want to retype on regular basis.
This repository is divided in 2 following parts:
For usual settings of the developing environemnt. Such as vim config, profile aliases, installation script for fresh system installs etc. As for now following files are uploaded:
vim mapping and status bar colors
Some regular settings:
- NERDTree bind on
- 4 Spaces instead of tabs
- Buffer rotation bin on gn and gp
This is my personal WSL profile for the openSUSE Leap15.1 Linux distro on Windows within the experimental Terminal app. It utilizes the DejaVuSansMono Nerd Font
It's the default .zshrc config file (after initial configuration) extended with the powerline call.
As for today this is the first draft of my installation script for openSUSe that can be run after a fresh install. It installs a c++ compiler, zsh, oh-my-zsh and some vim plugins.
This script copies the config files from home dir to the repository working dir.
powershell settings and binds
Various Snippets that are handy when working on some small local stuff.
Simple makefile that compiles and links *.cpp files in two steps to separate executables.