robhurring / dotfiles

:paperclip: My dotfiles for ZSH and friends.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Dotfiles.

This is a compilation of my env scripts and config along with pieces from other people which I thought were awesome. It may have limited use in bash as well, though I haven't tried in a long time.

Heres how it looks when using ZSH:

nifty short paths

Install

clone this repo somewhere git clone https://github.com/robhurring/dotfiles.git (i use ~/.dotfiles)

note: The installers are safe and will ask before overwriting any existing files.

ZSH Install

  1. cd ~/.dotfiles (or wherever repo lives)
  2. make install to bootstrap all necessary dependencies.
  3. make mac to bootstrap macos.

vim Install

This has been moved to https://github.com/robhurring/dotvim to keep it separate.

Some ZSH Screenshots

Theres a few "themes" as well. Set the export ZSH_THEME=default in your ~/.zshrc to one of the themes, or customize your own by setting an absolute path.

Truecolor

Refer to TrueColor gist.

  1. For tmux, check this pull-request comments
  2. For iTerm, use nightly's
  3. For vim, compile with +termguicolors. Not currently working within tmux

About

:paperclip: My dotfiles for ZSH and friends.


Languages

Language:Shell 80.5%Language:Ruby 17.7%Language:Makefile 1.4%Language:Vim Script 0.3%