Go to file
2020-05-21 22:29:28 +02:00
.config/htop Changed htop config and moved config file to new location. 2019-02-03 22:08:56 +01:00
.vim Added better json syntax highlightning as submodule 2020-05-07 09:40:50 +02:00
.zsh/lib Changed remote detection for zsh prompt 2020-05-19 23:41:02 +02:00
init # Added the ability to install apps that are not avaliable in brew or AppStore 2020-05-21 22:29:28 +02:00
.gitignore Submodule hustle. 2020-05-07 09:30:45 +02:00
.gitmodules Removed fonts from repo. Download it yourself if you want them. 2020-05-11 18:15:22 +02:00
.gvimrc Added support for socage ZSH completion. 2018-01-21 01:40:43 +01:00
.hushlogin First commit 2016-04-16 16:31:54 +02:00
.inputrc First commit 2016-04-16 16:31:54 +02:00
.tmux.conf Migrated .tmux.conf for tmux 2.9.x 2019-07-19 23:12:55 +02:00
.vimrc Fixed tabs and spaces in .vimrc 2020-05-07 09:50:51 +02:00
.zlogin Fixed submodule of SMYCK color scheme 2020-05-02 20:23:30 +02:00
.zshrc First commit 2016-04-16 16:31:54 +02:00
bootstrap.sh Updated bootstrap.sh 2020-05-11 18:17:33 +02:00
README.md Updated README 2020-05-09 00:46:54 +02:00
screenshot.png New screenshot again. 2020-05-09 00:43:50 +02:00

dotfiles

These are my dotfiles. They are awesome.

This repo contains my dotfiles which I use at OS X and FreeBSD systems. This set features a nice and fast zsh config, a neat vim environment and a tmux config.

Image

The zsh prompt is handcrafted to look neat and give some extra info. When you are root the user- and hostname color changes from blue to red. If you are connected via ssh, the prompt will show some green arrows behind the working path and when you are in a git repository, it will show some git infos at the right side.

The tmux config contains some nice settings to make my work a bit easier and look nice.

My color scheme is Smyck Color Scheme by hukl and my font is FiraCode Source Code Pro.

The repo ships with a Makefile that you can use to deploy and update the dotfiles.

# bootstrap.sh help

Usage: bootstrap.sh command {params}

list 			List all files that will be copied
update 			Update the git repo and the included submodules
deploy 			Copy the files to ~
install 		Update and deploy these dotfiles
help 			Show this screen

The dotfiles will be copied to your ~.

Installation

  1. Get the dotfiles.

     git clone https://git.debilux.org/chbaer/dotfiles.git
    
  2. Deploy

     ./bootstrap.sh install
    
  3. Enjoy!

If you want to update to the newest version, run bootstrap.sh update from within the dotfiles folder and bootstrap.sh deploy to copy the updated files.

Credits