My dotfiles. I used these on both, macOS and ArchLinux.
I'm using base16-builder with a modified version of the google-theme. Take a look at my base16-onc-scheme repo for the scheme-file.
My zsh-config can be found in zshrc
.
Besides zshrc
, the oncsh
-directory contains additional configuration, which are included in my zshrc
.
The custom theme can be found in oh-my-zsh/custom/themes/onze.zsh-theme
.
fzf is a command-line fuzzy finder written in Go. I really like fzf and use it a lot for searching my history and jumping to frequently used directories.
Before switching to Emacs i was using Vim for almost everything. My config works in terminal as well as gvim
.
I use vim-plug for plugin-management.
This is the gitconfig
alias for the short log shown on the right:
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
Emacs is used now for almost all my typing related stuff.
The configuration can be found in emacs/
and is based on spacemacs.
Gemfile
&Gemfile.lock
- my gemsgemrc
- configuration for installing gems (disable installation of documentation of gems)ideavimrc
- configuration for the vim-plugin of Intellijlatexmkrc
- configuration for latexmknpmrc
- configuration for the node package manager (install node-modules in the home-directory)