2020-07-02 14:51:26 +02:00
2020-07-03 07:38:45 +02:00
2020-07-02 10:33:30 +02:00
2020-07-04 09:14:39 +02:00
2020-07-02 14:51:26 +02:00
2020-06-02 15:59:14 +02:00
2020-07-02 11:28:40 +02:00
2016-04-16 16:31:54 +02:00
2016-04-16 16:31:54 +02:00
2020-07-02 11:28:40 +02:00
2020-07-02 11:11:36 +02:00
2020-07-02 15:30:08 +02:00
2020-07-02 22:40:16 +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 the awesome Nord Color scheme by Arctic Ice Studio 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

Description
No description provided
Readme 8.1 MiB
Languages
Shell 66.6%
Makefile 14.5%
Vim Script 10.1%
Ruby 8.2%
AppleScript 0.6%