Skip to content

konstantinj/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Konstantins .dotfiles

Installation

What's included?

Currently I've only included my .zshrc and my .vimrc. When running install.sh your current files will be backed up and links to the files in this repo will be created.

Screenshots

image of powerlevel9k image of vim

.zshrc

Of yource I'm using oh-my-zsh so you need to install it.

I'm using the powerlevel9k theme and have added custom sections for docker and aws. I'm working quite heavily with docker, aws and php. Therefore my .zshrc is optimized for that.

The docker section shows the currently used docker client/server-version and -ip. The aws section shows the currently used profile.

Of course you need to load both first. I'm using ldm e.g. to connect to my docker-machine. Since I'm working with different docker servers I need the docker version manager. You need to install docker version manager

.vimrc

There is too much stuff in the .vimrc. Just take a look what I do. But you need to install vundle before you can use it.

What else?

I'm mainly using osx. Some things are optimized for that but I'm also using the same config on linux.