1
1
Fork 0
Personal dotfiles to get up and running with my favorite tools in a flash.
Find a file
2017-10-16 09:13:37 -05:00
fonts Custom patched Fira Code font to keep ligatures and devicons 2017-07-08 14:16:57 -05:00
iterm-dracula Merge commit 'b4b1aaff9141a3b6000dcb51f6f813745331ab1b' as 'iterm-dracula' 2017-01-21 16:47:26 -06:00
tpm Merge commit 'b43a98f3cc9e03b0f92f220cff48d2a59621982f' as 'tpm' 2017-01-21 16:49:30 -06:00
com.googlecode.iterm2.plist Custom patched Fira Code font to keep ligatures and devicons 2017-07-08 14:16:57 -05:00
gitignore Added gitignore 2017-05-02 09:52:28 -05:00
init.sh Custom patched Fira Code font to keep ligatures and devicons 2017-07-08 14:16:57 -05:00
preview.png Added repo dotfiles preview 2017-07-08 08:05:20 -05:00
README.md Added repo dotfiles preview 2017-07-08 08:05:20 -05:00
terminal-bg.jpg Terminal BG 2017-02-26 12:28:37 -06:00
tmux.conf yellow statusbar for tmux 2017-01-24 22:26:38 -06:00
vimrc Auto pairs 2017-07-09 05:04:58 -05:00
zshrc Add: Per-Computer ZSH config sourcing 2017-10-16 09:13:37 -05:00

Joe Wroten's Dotfiles

Develop using just the terminal with the very best tools. iTerm2, Tmux, NeoVim, and Zsh come together to create a solid development environment. Designed to be flexible and powerful.

Based on the A Modern Terminal Workflow blog series where I walk you step-by-step how the core of these dotfiles were written.

preview

Please Note

This is intended to set up a developers environment from the ground up.

Running init.sh will replace your zsh profile, vim/NeoVim settings and tmux settings. Run at your own risk.

Install

Be sure your Xcode and Xcode command line tools are installed and up to date.

  1. Get This Repo git clone git@github.com:sharpshark28/dotfiles.git ~/dotfilez
  2. Run Init bash ~/dotfilez/init.sh
  3. Restart your terminal
  4. Load iTerm2 Preferences from ~/dotfiles directory

Get started in your project dir with nvim and enjoy!