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:
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.
- cd ~/.dotfiles (or wherever repo lives)
make install
to bootstrap all necessary dependencies.make mac
to bootstrap macos.
This has been moved to https://github.com/robhurring/dotvim to keep it separate.
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.
Refer to TrueColor gist.
- For tmux, check this pull-request comments
- For iTerm, use nightly's
- For vim, compile with
+termguicolors
. Not currently working within tmux